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 STORY: Change my password #27

Open
5 tasks
chris-townsend opened this issue Nov 10, 2022 · 0 comments
Open
5 tasks

USER STORY: Change my password #27

chris-townsend opened this issue Nov 10, 2022 · 0 comments
Assignees
Labels
2 User Story Estimate is 2 story points could-have A could-have feature development Development Process

Comments

@chris-townsend
Copy link
Owner

chris-townsend commented Nov 10, 2022

User Story:

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 be taken to a new page to change their password
  • A user should receive a notification of a successful password change
  • A user should be prompted to sign in again after a password change

Tasks:

  • Use Django's built-in authentication method to create a change password function for a user
    • The default template password reset is located at templates/registration/password_reset_form.html.
  • Create a password reset HTML file
  • Create a template
  • Add the password reset link to the homepage
  • Create a notification to let the user know that their password has been changed successfully

@chris-townsend chris-townsend added should-have A should-have feature 1 User Story Estimate is 1 story point development Development Process labels Nov 10, 2022
@chris-townsend chris-townsend self-assigned this Nov 10, 2022
@chris-townsend chris-townsend added 2 User Story Estimate is 2 story points and removed 1 User Story Estimate is 1 story point labels Nov 10, 2022
@chris-townsend chris-townsend moved this from Todo to Future Features in Kitchen Tales Kanban board Dec 27, 2022
@chris-townsend chris-townsend added could-have A could-have feature and removed should-have A should-have feature labels Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 User Story Estimate is 2 story points could-have A could-have feature development Development Process
Projects
Status: Future Features
Development

No branches or pull requests

1 participant