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

Provide a way to let resolvers hash the password #225

Open
jd1378 opened this issue Mar 12, 2024 · 2 comments · May be fixed by #226
Open

Provide a way to let resolvers hash the password #225

jd1378 opened this issue Mar 12, 2024 · 2 comments · May be fixed by #226

Comments

@jd1378
Copy link

jd1378 commented Mar 12, 2024

Currently password reset hashes the user's password before patching, which in feathers v5 is done usually in resolvers. this causes the password to be hashed two times and thus fail.

please add an option to skip hashing the password in favor of resolvers

@fratzinger
Copy link
Collaborator

Would you be up for a PR?

@jd1378
Copy link
Author

jd1378 commented Mar 12, 2024

of course
I'll send a PR soon

@jd1378 jd1378 linked a pull request Mar 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants