- Notifications
You must be signed in to change notification settings - Fork928
fix: allow admins to reset their own pass without old_password#2222
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Why don't we just make a utility to do this directly via the DB instead of opening up a security hole like this. This could be made to only work on --dev installs if we do that
@deansheather I'm not sure if it's a security hole. Currently they can just make a new admin user and use that new user to reset their password. |
Fair |
Fixes issue where you cannot reset your own password as an admin.