mifos-mobile
mifos-mobile copied to clipboard
User Story - Password Reset Feature - step 1 (identity confirmation)
User Story: As a self-service app user, I want to securely reset my password, so that I can change my password for security reasons or if I missplaced my previous password
Acceptance criteria: Password reset screen will ask for the following input data fields from the user:
- Account number
- Username
- Security Answer ( Security Question should be displayed)
All input data fields are required.
If user leaves any of the fields blank and hits Submit, show error message 'Missing entry - contact < support number > for support' If any of the entries are invalid and user hits Submit, show error message 'Invalid information - contact < support number > for support' If all inputs are valid, and user hits submit, route user to 'enter new password' screen
Looks good 👍
I looked into the REST API and found that we have
- Account number
- First name
- displayName(full name)
But We do not have any specific Username and Security Answer ( Security Question should be displayed) for a client.
Please Help @ishan1604, @shrunk7byadagi, @rajuan, @Nayan, @edcable
Hi
I would like to contribute in this project and started my work from this task. I designed the screen layout and almost done with functionality too. Please let me know if designs are correct so that i can proceed further.
User Story: As a self-service app user, I want to securely reset my password, so that I can change my password for security reasons or if I missplaced my previous password
Acceptance criteria: Password reset screen will ask for the following input data fields from the user:
- Account number
- Username
- Security Answer ( Security Question should be displayed)
All input data fields are required.
If user leaves any of the fields blank and hits Submit, show error message 'Missing entry - contact < support number > for support' If any of the entries are invalid and user hits Submit, show error message 'Invalid information - contact < support number > for support' If all inputs are valid, and user hits submit, route user to 'enter new password' screen
has this idea been approved? If yes,then can I work on it?