supranim_session/controller/forgot

Search:
Group by:

Consts

forgotPasswordSubmitMessage = "A reset password link has been sent to your email address. Check your inbox or spam folder."

Templates

template getForgotPassword(redirectHandlerSuccess: untyped; layout = "base")
template getResetPassword(redirectHandlerSuccess: untyped; layout = "base")
Handle GET requests for resetting the password.
template postForgotPassword(redirectHandlerSuccess: untyped)
Handle forgot password requests.
template postResetPassword()
Handle POST requests for resetting the password.