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
- Open the password-reset email and click the link.
- The browser returns to the app; the auth state triggers an automatic navigation to
/forgotpassword.
Confirm via TAN
- Copy the six-character TAN from the reset email.
- Enter it in the TAN field.
- Click Verify TAN.
- On success you are taken to
/forgotpassword to set a new password.