Remove password max length

This commit is contained in:
amcmanu3 2023-11-05 13:25:39 -05:00
parent ec4bcda31e
commit 5546118517

View File

@ -45,8 +45,7 @@ class UsersController:
},
"password": {
"type": "string",
"maxLength": 20,
"minLength": 6,
"minLength": 8,
"examples": ["crafty"],
"title": "Password",
},