suho / kmm-ic

KMM Project with SwiftUI + Jetpack Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Android] [Integrate] As a user, I can reset my password

suho opened this issue · comments

commented

Why

A user's password can be recovered through the email that he/she signed up with. The app should allow users to fill in their email, and the instructions to reset the password should be sent to the email.

Acceptance Criteria

When the Reset button is tapped, call the reset password request with the email in the Email text input.

  • If the request is successful:
    • Clear the Email text input
    • A successful in-app notification will be implemented in another story.
  • Otherwise: Display a modal alert dialog with the returned error message with an OK button

Design

Image

Forgot Password screen