Skip to content

USER STORY: Change my password #27

Description

@chris-townsend

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

Metadata

Metadata

Labels

2User Story Estimate is 2 story pointscould-haveA could-have featuredevelopmentDevelopment Process

Projects

Status
Future Features

Relationships

None yet

Development

No branches or pull requests

Issue actions