Registered org-subscriber role so that it shows in the admin

This commit is contained in:
Sybren A. Stüvel 2017-12-06 11:58:21 +01:00
parent 87fe1887e8
commit 1e012f860b

View File

@ -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'}