Added subscriber as allowed role for user model

This commit is contained in:
2015-10-19 19:09:21 +02:00
parent 9a727c8207
commit 2f51d20ee7

View File

@@ -31,7 +31,7 @@ users_schema = {
}, },
'roles': { 'roles': {
'type': 'list', 'type': 'list',
'allowed': ["admin"], 'allowed': ["admin", "subscriber"],
}, },
'groups': { 'groups': {
'type': 'list', 'type': 'list',