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
Hi, thanks for all the hard work put into this app.
If I'm not mistaken, right now, the builtin password reset view will accept almost any password chosen as the new one (e.g. very short ones).
I think it would be nice if the default behavior was to enforce django's default validators for user passwords, with the possibility of overriding them somehow (perhaps with an additional setting? I'm not sure about how the implementation should work).
The text was updated successfully, but these errors were encountered:
Hi, thanks for all the hard work put into this app.
If I'm not mistaken, right now, the builtin password reset view will accept almost any password chosen as the new one (e.g. very short ones).
I think it would be nice if the default behavior was to enforce django's default validators for user passwords, with the possibility of overriding them somehow (perhaps with an additional setting? I'm not sure about how the implementation should work).
The text was updated successfully, but these errors were encountered: