Skip to main content

Forgot password

Form to request a password reset link.

Route name

user_account_forget_password

URL pattern

/account/forgot-password

Layout

Form

Module

MyAccount

Page class

forgot-password-form

Acceptance criteria

  • Redirects to https if ssl is enabled
  • Redirects to appropriate url if user adapter forgot password page is specified
  • Redirects to signin page if user adapter change details is disabled
  • Form includes email address field and submit button
  • Error message shown if email is not valid format
  • Password reset email sent if email matches an existing user
  • Success message shown if password reset email is sent