[insert_php]
echo ‘
Request Password Reset
‘;
if(isset($_SESSION[‘sent_mail_failed’])){
echo ‘
The Email: ‘. $_SESSION[‘sent_mail_failed’] .’ was not found
‘;
} else {
echo ‘
If all goes right, a password will be sent to the email address you provided while signing up. Retrieve it, sign in and reset your password immidiately
‘;
}
echo ‘
‘;
[/insert_php]