Added subscriber as allowed role for user model
This commit is contained in:
@@ -31,7 +31,7 @@ users_schema = {
|
|||||||
},
|
},
|
||||||
'roles': {
|
'roles': {
|
||||||
'type': 'list',
|
'type': 'list',
|
||||||
'allowed': ["admin"],
|
'allowed': ["admin", "subscriber"],
|
||||||
},
|
},
|
||||||
'groups': {
|
'groups': {
|
||||||
'type': 'list',
|
'type': 'list',
|
||||||
|
Reference in New Issue
Block a user