-
Notifications
You must be signed in to change notification settings - Fork 341
Change user password #339
Comments
+10 When adding users through the flow interface there is no option to set password, and can't change password.. ? |
++ Agreed: either a set password or reset without entering the old password are essential functions for admin users. |
++10 Agreed. I found this to be an issue for my users. I'm not even sure if they ever received an email. I don't know if they can login. If the old pw has to be known, then it might be they'll never know it and they can never login. |
I found a solution to the user emails not going through. I detailed it over here on this other post: #362 (comment) I'd still like to be able to reset their password for them. I think that's pretty essential. Otherwise what's the point of being an admin if you can only control your own account? |
Remove admin requirement to know users old password on change. Change user password twilio#339
Remove admin requirement to know users old password on change. Change user password twilio#339
Remove admin requirement to know users old password on change. Change user password twilio#339
Remove admin requirement to know users old password on change. Change user password twilio#339
I have updated the code and is awaiting to be committed. This will remove the requirement of needing the users old password. |
Remove old password requirement when admin needs to change user passwords. Issue: Change user password twilio#339
Remove old password requirement when admin needs to change user passwords. Issue: Change user password twilio#339
If you're an admin, you should be able to change a regular user's password without knowing the old one.
The text was updated successfully, but these errors were encountered: