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