Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -53,6 +53,16 @@ class Module extends ModuleInstanceAbstract implements ModuleConsoleInterface, M
|
||||
'description' => 'View and access the password authentication provider module',
|
||||
'group' => 'Authentication Providers'
|
||||
],
|
||||
'authentication_provider_password.admin.view' => [
|
||||
'label' => 'View Password Status',
|
||||
'description' => 'View whether another user has a password credential configured',
|
||||
'group' => 'Authentication Providers'
|
||||
],
|
||||
'authentication_provider_password.admin.manage' => [
|
||||
'label' => 'Manage User Passwords',
|
||||
'description' => 'Set, reset, or remove password credentials for other users',
|
||||
'group' => 'Authentication Providers'
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user