mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +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();
|
$view = $this->getView();
|
||||||
|
|
||||||
$this->providedPermissions['application'] = [
|
$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') => [
|
$helper->filterName('application/share/navigation') => [
|
||||||
'name' => 'application/share/navigation',
|
'name' => 'application/share/navigation',
|
||||||
'description' => $this->translate('Allow to share navigation items')
|
'description' => $this->translate('Allow to share navigation items')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user