You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a logged-in User, I can change my password so that I can keep my account secure
Acceptance Criteria:
A user can only change their password if they are authenticated
A user should receive a notification of a successful password change
The password field must have validation rules to ensure it meets minimum security requirements (e.g. at least 8 characters, including uppercase and lowercase letters, numbers, and special characters).
Both password fields must be the same to accept a password change
A user should be prompted to sign in again after a password change
Tasks:
Create a "Change Password" page or component that allows the user to enter their current password and their new password
Implement validation to ensure that the user's new password meets the minimum requirements
Implement a "Submit" button that sends the user's current password and new password to the server for validation
If the submitted passwords are valid, update the user's password in the database
Display a notification to the user indicating that their password has been changed successfully
The text was updated successfully, but these errors were encountered:
User Story:
As a logged-in User, I can change my password so that I can keep my account secure
Acceptance Criteria:
Tasks:
The text was updated successfully, but these errors were encountered: