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

Bug: validatePassword callback is ignored when resetting a password #182

Open
dreamorosi opened this issue Feb 6, 2025 · 0 comments · May be fixed by #183
Open

Bug: validatePassword callback is ignored when resetting a password #182

dreamorosi opened this issue Feb 6, 2025 · 0 comments · May be fixed by #183

Comments

@dreamorosi
Copy link

In #174 OpenAuth added the ability to provide a callback to the PasswordProvider/PasswordUI and validate that the password provided fits certain user-defined criteria.

This callback however is called only when registering a new user (here) and is never called when resetting the password (here).

@dreamorosi dreamorosi linked a pull request Feb 6, 2025 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.

1 participant