Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acl user management #19

Closed
wants to merge 3 commits into from

Conversation

rmsint
Copy link
Contributor

@rmsint rmsint commented Dec 19, 2011

Changes:

  • split user form in editable roles and readonly roles
  • implement custom voter to deny access for normal users to super-admin users

Roel Sint added 2 commits December 19, 2011 22:10
…r and display the rest in a readonly list + the user list is updated: do not allow to edit links for superadmins if the user is not a super admin
@@ -36,6 +37,16 @@ public function load(array $config, ContainerBuilder $container)
$loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
$loader->load('admin_orm.xml');
$loader->load('form.xml');

if (isset($config[0]['security_acl']) && $config[0]['security_acl']) {
$loader->load('security_acl.xml');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you fix indentation ?

@rande
Copy link
Member

rande commented Jan 23, 2012

merged : 392915f

@rande rande closed this Jan 23, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants