mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
Menu: rename Configuration/Authorization to Configuration/Authentication
refs #10309
This commit is contained in:
parent
4e9e0f9b35
commit
a3c7a04826
@ -321,8 +321,8 @@ class Web extends EmbeddedWeb
|
||||
'permission' => 'config/application/*',
|
||||
'priority' => 810
|
||||
),
|
||||
'authorization' => array(
|
||||
'label' => t('Authorization'),
|
||||
'authentication' => array(
|
||||
'label' => t('Authentication'),
|
||||
'permission' => 'config/authentication/*',
|
||||
'priority' => 830,
|
||||
'url' => 'role/list'
|
||||
|
Loading…
x
Reference in New Issue
Block a user