Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Allow user to change their own password #85

Open
perigrin opened this issue Nov 23, 2020 · 1 comment
Open

Allow user to change their own password #85

perigrin opened this issue Nov 23, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@perigrin
Copy link
Contributor

Allow the user to change their own password so that when a password reset is issued or they simply want to change their password they can.

@perigrin perigrin added the enhancement New feature or request label Nov 23, 2020
@perigrin perigrin added this to the 3.4 milestone Nov 23, 2020
@perigrin perigrin self-assigned this Nov 23, 2020
@karenetheridge
Copy link
Contributor

Note that when a user logs in and their user account is marked "must change password immediately", the POST /login includes a Location header of /user/me/password?clear_tokens=none (yes this is a lame way of indicating this.. but we have no 'GET /change_my_password' web page to redirect the user to in response), and the next request that comes from that authenticated user must be to POST /user/me/password to change the password, and it must occur within the next 10 minutes. The right thing to do in the shell here, after logging in and this response is received, is to issue another password prompt and then do the second POST to update the password.

@perigrin perigrin removed this from the 3.4 milestone Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants