Password Reset Screen
Component Detail
User Interface
low complexity
mobile
1
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Screen reached via the time-limited deep-link token sent to the user's email. Allows the user to enter and confirm a new password. Validates password policy requirements inline and submits the reset request.
password-reset-screen
Responsibilities
- Validate the incoming deep-link reset token
- Enforce password policy requirements in real time
- Submit the new password via the Auth API Client and navigate to login on success
Interfaces
build(BuildContext, resetToken)
onResetPressed(newPassword, confirmPassword)
showPasswordPolicyError(rule)
navigateToLogin()