Go to Top

Forgot Password

[insert_php] parse_str($_SERVER[‘QUERY_STRING’]);

if ($msg==1){
echo “

Your password is on its way. Check your email.

“;
}

if ($msg==2){
echo “

We don’t have a user with that email address registered on the website.

“;
}

if ($msg==3){
echo “

It appears you didn’t enter anything in the form. Please try again.

“;
}

if ($msg==4){
echo “

To help increase the security of your passwords, we have reset your password to one assigned by LearningBridge. Be sure to update this password when you log in to the web site.

“;
}
[/insert_php]

If you have forgotten your password, please enter your email address below. For security reasons, your password will be reset and we will email a newpassword to you. If you wish, you will be able to change this new password after you use it to login to our secure website.

Back to login page