Adjust wrong permission
This commit is contained in:
parent
563bfafe6b
commit
46dfd453a9
|
|
@ -138,7 +138,7 @@ class AuthenticationProvider implements ServiceProviderInterface
|
|||
$acl->add('Group', '*', Role::APP_ADMIN);
|
||||
$acl->add('Link', '*', Role::APP_ADMIN);
|
||||
$acl->add('Project', array('users', 'allowEverybody', 'allow', 'role', 'revoke', 'create'), Role::APP_MANAGER);
|
||||
$acl->add('ProjectPermission', '*', Role::APP_MANAGER);
|
||||
$acl->add('ProjectPermission', '*', Role::APP_USER);
|
||||
$acl->add('Projectuser', '*', Role::APP_MANAGER);
|
||||
$acl->add('Twofactor', 'disable', Role::APP_ADMIN);
|
||||
$acl->add('UserImport', '*', Role::APP_ADMIN);
|
||||
|
|
|
|||
Loading…
Reference in New Issue