RoleForm: Add new app permission no-user/password-change

This commit is contained in:
Johannes Meyer 2019-12-05 09:12:59 +01:00
parent 2829837191
commit 7ae3f187bd

View File

@ -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')