Require full_name for user

This commit is contained in:
Francesco Siddi 2015-11-05 00:23:48 +01:00
parent e9cc719f36
commit 1819886af5

View File

@ -17,6 +17,7 @@ users_schema = {
'type': 'string',
'minlength': 3,
'maxlength': 128,
'required': True,
},
'username': {
'type': 'string',