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

User Password Change #133

Closed
zimventures opened this issue Aug 7, 2023 · 1 comment
Closed

User Password Change #133

zimventures opened this issue Aug 7, 2023 · 1 comment
Labels
backlog An issue that has been accepted and will be added to a future release

Comments

@zimventures
Copy link
Contributor

Users can not currently change their password within the Chirps application. It's possible to use the Django admin interface to perform the password update, but that is not intuitive to a non-django user.

Within the account profile page (/account/profile/), add a password change section.

Requirements

  • Password strength meter
  • Two password input fields (for matching verification)
    • Do not let the user submit the password change POST request until both fields match
  • Upon redirecting the user back to the profile page, display a flash notification that their password was successfully updated
@zimventures zimventures added the backlog An issue that has been accepted and will be added to a future release label Aug 7, 2023
@zimventures
Copy link
Contributor Author

Closed out by @PedroAVJ - thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog An issue that has been accepted and will be added to a future release
Projects
No open projects
Status: 0.2.0
Development

No branches or pull requests

1 participant