Skip to main content

Added account recovery and session forms

PropertyValue
descriptionAdded the shipped starter forms for password recovery, reset, and logout.
  • Added the Forgot Password form.
  • Added the Reset Password form.
  • Added the Log Out form.
  • Built the Forgot Password form with help text, a Username or Email Address field, and submit action.
  • Configured the forgot-password flow to show Check your email for the confirmation link. on success.
  • Configured the recovery email with the subject Password Reset and a reset link placeholder based on #user_lost_password_url.
  • Built the Reset Password form with help text, New Password, New Password (Confirmation), hidden Login, hidden Reset Password Key, and submit fields.
  • Added password-match validation to the reset flow with the message Passwords do not match..
  • Configured the reset action to show Your password was successfully reset. and redirect to the login URL.
  • Configured logout to show You were successfully logged out. and redirect to / after the session is ended.