Require full_name for user
This commit is contained in:
parent
e9cc719f36
commit
1819886af5
@ -17,6 +17,7 @@ users_schema = {
|
||||
'type': 'string',
|
||||
'minlength': 3,
|
||||
'maxlength': 128,
|
||||
'required': True,
|
||||
},
|
||||
'username': {
|
||||
'type': 'string',
|
||||
|
Loading…
x
Reference in New Issue
Block a user