Skip to content

Commit

Permalink
Provide permission config/authentication/*
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Meyer committed Jun 2, 2015
1 parent 9bd5d41 commit 8875ce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/forms/Security/RoleForm.php
Expand Up @@ -28,6 +28,7 @@ class RoleForm extends ConfigForm
'config/application/authentication' => 'config/application/authentication',
'config/application/resources' => 'config/application/resources',
'config/application/usergroupbackend' => 'config/application/usergroupbackend',
'config/authentication/*' => 'config/authentication/*',
'config/authentication/users/*' => 'config/authentication/users/*',
'config/authentication/users/show' => 'config/authentication/users/show',
'config/authentication/users/add' => 'config/authentication/users/add',
Expand Down

0 comments on commit 8875ce7

Please sign in to comment.