mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Clarify "full" security profile
This commit is contained in:
@@ -3,7 +3,7 @@ from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
class FullAccessSecurityProfile:
|
||||
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):
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user