/** * ForgotPass.php * * This page is for those users who have forgotten their * password and want to have a new password generated for * them and sent to the email address attached to their * account in the database. The new password is not * displayed on the website for security purposes. * * Note: If your server is not properly setup to send * mail, then this page is essentially useless and it * would be better to not even link to this page from * your website. * * Written by: Jpmaster77 a.k.a. The Grandmaster of C++ (GMC) * Last Updated: August 26, 2004 */ include("include/session.php"); ?>
Your new password has been generated "
."and sent to the email
associated with your account. "
."Main.
There was an error sending you the "
."email with the new password,
so your password has not been changed. "
."Main.