Docs: Fix global permission table formatting
'<' and '>' must be escaped using html-tags in tables. refs #11568
This commit is contained in:
parent
93b50fe484
commit
e298ee8e3d
|
@ -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/<moduleName> | Allow access to module <moduleName>
|
||||
|
||||
|
||||
### Monitoring Module Permissions
|
||||
|
|
Loading…
Reference in New Issue