You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I think that will work well along with keeping things with the existing default so we don't unexpectedly change the behaviour when people start a new project or run a deployment.
The route
is able to accept malformed emails. The sanitization doesn't strip leading or trailing spaces. This along with
means that users can end up getting stuck with not getting a re-set email even if they entered in a seemingly valid email.
The change I would suggest is with ResetPasswordRequestToken@POST:
There probably should be a regression test added to your test suite as well.
The text was updated successfully, but these errors were encountered: