Registered org-subscriber role so that it shows in the admin
This commit is contained in:
parent
87fe1887e8
commit
1e012f860b
@ -75,7 +75,7 @@ class PillarServer(Eve):
|
||||
# The default roles Pillar uses. Will probably all move to extensions at some point.
|
||||
self._user_roles: typing.Set[str] = {
|
||||
'demo', 'admin', 'subscriber', 'homeproject',
|
||||
'protected',
|
||||
'protected', 'org-subscriber',
|
||||
'service', 'badger', 'svner', 'urler',
|
||||
}
|
||||
self._user_roles_indexable: typing.Set[str] = {'demo', 'admin', 'subscriber'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user