User Manual

awaBerry | Wait for Password Reset Email

Enter the TAN from the password-reset email to proceed to the new-password form.

Wait for Password Reset Email

Summary

After requesting a password reset, awaBerry sends an email with a TAN code. On this screen you wait for the email or enter the TAN manually. Clicking the link in the email triggers an automatic redirect; entering the TAN and pressing "Verify TAN" works as an alternative.

Page Functionalities

  • Heading and explanation text — Instructs you to check your email and click the link or enter the TAN.
  • Animated loading indicator — Shows "Waiting for email confirmation" while listening for the automatic callback.
  • TAN text field (icon: numbers, hint: "Enter tan") — Six-character code from the password-reset email.
  • "Verify TAN" button (ElevatedButton) — Submits the TAN and navigates to /forgotpassword on success.
  • "I have received no email" link — Navigates to /login.
  • Captcha widget — Shown after two or more incorrect TAN attempts.
  • Error banner — Shown if the TAN is incorrect.

Scenarios

Confirm via email link

  1. Open the password-reset email and click the link.
  2. The browser returns to the app; the auth state triggers an automatic navigation to /forgotpassword.

Confirm via TAN

  1. Copy the six-character TAN from the reset email.
  2. Enter it in the TAN field.
  3. Click Verify TAN.
  4. On success you are taken to /forgotpassword to set a new password.