|
XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
| namespace | profile |
Variables | |
| $errors = array() | |
| $GLOBALS ['xoopsConfigUser'] = $config_handler->getConfigsByCat(XOOPS_CONF_USER) | |
| $member_handler =& xoops_gethandler('member') | |
| $myts =& MyTextSanitizer::getInstance() | |
| $oldpass = @$myts->stripSlashesGPC(trim($_POST['oldpass'])) | |
| $password = @$myts->stripSlashesGPC(trim($_POST['newpass'])) | |
| $vpass = @$myts->stripSlashesGPC(trim($_POST['vpass'])) | |
| $xoopsOption ['pagetype'] = "user" | |
| if(!$GLOBALS['xoopsUser']) | $xoopsOption ['template_main'] = 'profile_changepass.html' |
| if(!isset($_POST['submit'])) | else |
| $errors = array() |
Definition at line 48 of file changepass.php.
| $GLOBALS['xoopsConfigUser'] = $config_handler->getConfigsByCat(XOOPS_CONF_USER) |
Definition at line 43 of file changepass.php.
| $member_handler =& xoops_gethandler('member') |
Definition at line 65 of file changepass.php.
| $myts =& MyTextSanitizer::getInstance() |
Definition at line 44 of file changepass.php.
| $oldpass = @$myts->stripSlashesGPC(trim($_POST['oldpass'])) |
Definition at line 45 of file changepass.php.
| $password = @$myts->stripSlashesGPC(trim($_POST['newpass'])) |
Definition at line 46 of file changepass.php.
Referenced by XoopsXmlRpcApi\_checkUser(), SMTP\Authenticate(), and PasswordStrength().
| $vpass = @$myts->stripSlashesGPC(trim($_POST['vpass'])) |
Definition at line 47 of file changepass.php.
Referenced by userCheck(), and XoopsUserUtility\validate().
| $xoopsOption['pagetype'] = "user" |
Definition at line 21 of file changepass.php.
| if (!$GLOBALS['xoopsUser']) $xoopsOption['template_main'] = 'profile_changepass.html' |
Definition at line 26 of file changepass.php.
| if ($member_handler->insertUser($GLOBALS['xoopsUser'])) else |
Definition at line 41 of file changepass.php.