Merge branch 'bugfix/docs-permissions-table-11568'

fixes #11568
This commit is contained in:
Eric Lippmann 2016-04-13 13:03:08 +02:00
commit b33b8e1b30
1 changed files with 6 additions and 6 deletions

View File

@ -157,12 +157,12 @@ through a group) all permissions are added together to get the users actual perm
### Global Permissions
Name | Permits
--------------- ----|--------------------------------------------------------
* | Allow everything, including module-specific permissions
config/* | Allow all configuration actions
config/modules | Allow enabling or disabling modules
module/<moduleName> | Allow access to module <moduleName>
Name | Permits
--------------------------|--------------------------------------------------------
* | Allow everything, including module-specific permissions
config/* | Allow all configuration actions
config/modules | Allow enabling or disabling modules
module/&lt;moduleName&gt; | Allow access to module &lt;moduleName&gt;
### Monitoring Module Permissions