Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Password Change Functionality #12

Open
Michael-Obele opened this issue Aug 8, 2024 · 0 comments
Open

Implement Password Change Functionality #12

Michael-Obele opened this issue Aug 8, 2024 · 0 comments
Labels
feature New functionality or improvements to existing features. security Issues related to data protection and system integrity. user Issues related to user accounts, profiles, and interactions.

Comments

@Michael-Obele
Copy link
Owner

Currently, users are unable to change their account passwords. To enhance user security and control, implement a feature allowing users to change their passwords.

Acceptance Criteria:

  • A dedicated "Change Password" option is available within the user's profile settings.
  • Users must provide their current password for verification before changing it.
  • The new password must meet specified complexity requirements (e.g., minimum length, character types).
  • A confirmation page or message should be displayed after successful password change.
  • Error handling for invalid passwords or password mismatches should be implemented.

By implementing this feature, users will have greater control over their account security and be able to proactively protect their information.

@Michael-Obele Michael-Obele added feature New functionality or improvements to existing features. security Issues related to data protection and system integrity. user Issues related to user accounts, profiles, and interactions. labels Aug 8, 2024
Michael-Obele added a commit that referenced this issue Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality or improvements to existing features. security Issues related to data protection and system integrity. user Issues related to user accounts, profiles, and interactions.
Projects
None yet
Development

No branches or pull requests

1 participant