forked from CGM_Public/pretix_original
Clarify "full" security profile
This commit is contained in:
@@ -3,7 +3,7 @@ from django.utils.translation import ugettext_lazy as _
|
|||||||
|
|
||||||
class FullAccessSecurityProfile:
|
class FullAccessSecurityProfile:
|
||||||
identifier = 'full'
|
identifier = 'full'
|
||||||
verbose_name = _('Full access')
|
verbose_name = _('Full device access (reading and changing orders and gift cards, reading of products and settings)')
|
||||||
|
|
||||||
def is_allowed(self, request):
|
def is_allowed(self, request):
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user