Display the forgot password form, allowing the user to enter
in an email address and have the system verify the email address
before allowing the user to reset their password.
Display the new user registration form, allowing the user to enter
in an email address and have the system verify the email address
before allowing the user create an account
There are two parameters that may be given to the form:
email - The email of the new account account
retry - A boolean value indicating that the previously entered email was invalid.