Adjust wrong permission

This commit is contained in:
Frederic Guillot 2015-12-06 17:59:54 -05:00
parent 563bfafe6b
commit 46dfd453a9
1 changed files with 1 additions and 1 deletions

View File

@ -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);