User Manual

awaBerry | Forgot Password

Request a password-reset email by entering your registered email address.

Forgot Password

Summary

Use this screen if you have forgotten your password. Enter your registered email address and click "Request reset password". awaBerry will send you an email containing a TAN code and a link you can use to set a new password.

Forgot Password — initial state

Screen on arrival

Page Functionalities

  • Heading — "Forgot password" title with an explanation text.
  • Email field (TextFormField, hint: "Your email address") — Enter the email used when registering.
  • Email hint text — Suggests searching your email application for "awaberry" if you have forgotten which address was used.
  • "Login with an existing account" link — Returns to /login.
  • "Request reset password" button (ElevatedButton) — Sends the reset email.
  • Captcha widget — Shown after two or more failed submission attempts.
  • Error banner — Shown if the request fails.
  • Terms of Service notice — Displayed at the bottom.

Scenarios

Request a password reset

  1. Navigate to /initforgotpassword (via the "Forgot password?" link on the login screen).
  2. Enter your registered email address.
  3. Click Request reset password.
  4. On success you are taken to /waitforemailresetpassword to enter the TAN.
  5. On failure an error banner is shown.

Return to login

  1. Click Login with an existing account to go back to /login.