|
XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
Variables | |
| $areyou = substr($getuser[0]->getVar("pass"), 0, 5) | |
| $email = isset($_GET['email']) ? trim($_GET['email']) : '' | |
| $getuser =& $member_handler->getUsers(new Criteria('email', $myts->addSlashes($email))) | |
| $member_handler =& xoops_gethandler('member') | |
| if($email== '') | $myts =& MyTextSanitizer::getInstance() |
| $xoopsPreload =& XoopsPreload::getInstance() | |
| if(empty($getuser)) | else |
| if (!$xoopsMailer->send()) | |
| $areyou = substr($getuser[0]->getVar("pass"), 0, 5) |
Definition at line 44 of file lostpass.php.
| $email = isset($_GET['email']) ? trim($_GET['email']) : '' |
Definition at line 26 of file lostpass.php.
Referenced by _recaptcha_mailhide_email_parts(), checkEmail(), EmailStats(), ProfileCorePreload\eventCoreLostpassStart(), recaptcha_mailhide_html(), recaptcha_mailhide_url(), XoopsMailer\sendMail(), XoopsMailer\setToEmails(), userCheck(), and XoopsUserUtility\validate().
| $getuser =& $member_handler->getUsers(new Criteria('email', $myts->addSlashes($email))) |
Definition at line 36 of file lostpass.php.
Referenced by XoopsAuthProvisionning\getXoopsUser().
| $member_handler =& xoops_gethandler('member') |
Definition at line 35 of file lostpass.php.
| if ($email== '') $myts =& MyTextSanitizer::getInstance() |
Definition at line 34 of file lostpass.php.
| $xoopsPreload =& XoopsPreload::getInstance() |
Definition at line 21 of file lostpass.php.
| if ($code!= ''&&$areyou==$code) else |
Definition at line 42 of file lostpass.php.
| if(!$xoopsMailer->send()) |
Definition at line 87 of file lostpass.php.