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
@catileptic this can be grouped with #236 since both refer to username validation for which we'd have to probably override django's user/group model a bit
On the dev environment the password validators are deactivated. That's why you can have a one-character password. It's not a problem on the production environment.
The Django User model doesn't have a min_length constraint. To change that one would have to overwrite the User model and that would vastly increase the complexity. Why is this desired?
Starting point: http://dev.rohelp.ro/en/admin/auth/user/
Expected:
Create a new user consisting of an username & a password with at least couple of characters
Actual:
Able to create a new user consisting of an username & a password with a character only
The text was updated successfully, but these errors were encountered: