Forgot Your Password?

”) {
// Something was entered – search
if ($srow = mfetch(mquery(“SELECT `subscriberid` FROM `subscriptions` WHERE (LOWER(`username`) = \”” . addslashes($username) . “\”) and (`active` = 1)”))) {
// Send emails
sendpasswordretrieve($srow[‘subscriberid’]);

print “An email including your password has been sent to {$username}. If you do not receive this email or if you have any other problems, please contact Medifocus Legal at 800-965-3002

“;
print “

Click here to Login
“;
$done = true;
}
else {
print “No subscription could be found for {$username}. Please check your Username (Email Address) and try again, or contact Medifocus Legal at 800-965-3002 for assistance.
“;
};
}
else {
print “If you forgot your Password for your Medifocus Legal Medical Reference Library Subscription, please enter your Username (Email Address) below. Your password will be sent to you in an email message. If you do not know your Username or your Email Address has changed, please contact Medifocus Legal at 800-965-3002.
“;
};

if (!$done) {
?>

Username
(Email Address)