email_addr,$user->authenticator); } if (!$user) { echo "There is no user with that email address. Try reentering your email address.
"; } else { echo "Your account key has been emailed to ".$email_addr.".
"; } page_tail(); ?>