mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove max password length
This commit is contained in:
parent
166e3c5088
commit
d168a7f8f0
@ -17,7 +17,7 @@ login_schema = {
|
||||
"minLength": 4,
|
||||
"pattern": "^[a-z0-9_]+$",
|
||||
},
|
||||
"password": {"type": "string", "maxLength": 20, "minLength": 4},
|
||||
"password": {"type": "string", "minLength": 4},
|
||||
},
|
||||
"required": ["username", "password"],
|
||||
"additionalProperties": False,
|
||||
|
Loading…
Reference in New Issue
Block a user