mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
RoleForm: Add new app permission no-user/password-change
This commit is contained in:
parent
2829837191
commit
7ae3f187bd
@ -43,6 +43,10 @@ class RoleForm extends RepositoryForm
|
||||
$view = $this->getView();
|
||||
|
||||
$this->providedPermissions['application'] = [
|
||||
$helper->filterName('no-user/password-change') => [
|
||||
'name' => 'no-user/password-change',
|
||||
'description' => $this->translate('Prohibit password changes in the account preferences')
|
||||
],
|
||||
$helper->filterName('application/share/navigation') => [
|
||||
'name' => 'application/share/navigation',
|
||||
'description' => $this->translate('Allow to share navigation items')
|
||||
|
Loading…
x
Reference in New Issue
Block a user