XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | profile |
Variables | |
$areyou = substr($user->getVar("pass"), 0, 5) | |
$email = isset($_GET['email']) ? trim($_GET['email']) : '' | |
$member_handler =& xoops_gethandler('member') | |
if($email== '') | $myts =& MyTextSanitizer::getInstance() |
if(empty($user)) | else |
if (!$xoopsMailer->send()) | |
$areyou = substr($user->getVar("pass"), 0, 5) |
Definition at line 42 of file lostpass.php.
$email = isset($_GET['email']) ? trim($_GET['email']) : '' |
Definition at line 22 of file lostpass.php.
$member_handler =& xoops_gethandler('member') |
Definition at line 33 of file lostpass.php.
if ($email== '') $myts =& MyTextSanitizer::getInstance() |
Definition at line 32 of file lostpass.php.
if ($code!= ''&&$areyou==$code) else |
Definition at line 40 of file lostpass.php.
if(!$xoopsMailer->send()) |
Definition at line 86 of file lostpass.php.