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

Admin-user can change password #2

Open
Tai-T opened this issue Mar 21, 2018 · 1 comment
Open

Admin-user can change password #2

Tai-T opened this issue Mar 21, 2018 · 1 comment
Labels
category - account User accounts enhancement New feature or request

Comments

@Tai-T
Copy link
Collaborator

Tai-T commented Mar 21, 2018

As an admin-user, I want to be able to change my password to protect the security of my account.

Acceptance criteria

  • Password has to have 12+ characters. At least one character of each: 1 lower case, 1 upper case, 1 number, 1 special char: !%@#
  • Fields are: enter current password, enter new password, confirm new password
  • Error messages on entering: wrong current password, non-matching new passwords, new password that doesn't meet criteria outlined above.
@Tai-T Tai-T added the enhancement New feature or request label Mar 21, 2018
@Tai-T Tai-T added the category - account User accounts label Mar 21, 2018
@quivop
Copy link
Owner

quivop commented Mar 23, 2018

netahe's comment today reminded me to add that this issue, along with #3, #4, #6 and #7 are all issues that basically need the default django implementation tested, as well as perhaps some minor customizations to add helpful/descriptive text for the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category - account User accounts enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants