Tighten organisation admin permissions & password reset workflow
This commit is contained in:
@@ -155,6 +155,10 @@ return [
|
||||
'DEMOTE_CONFIRM_EXTRA' => 'Once demoted they will no longer be able to manage members and agents on the organisation\'s behalf.',
|
||||
'DEMOTE_YES' => 'Yes, demote administrator',
|
||||
'DEMOTE_SUCCESSFUL' => 'Successfully demoted administrator <strong>{{user_name}}</strong> from being an administrator of organisation <strong>{{name}}</strong>',
|
||||
|
||||
'RESET_PASSWORD' => 'Send password reset link',
|
||||
'SEND_PASSWORD_LINK_CONFIRM' => 'Please confirm that you wish to send a password reset link to:<br><br> <strong>{{user_name}}</strong> ({{email}}).',
|
||||
'PASSWORD_LINK_SENT' => 'A password reset link has successfully been sent to <strong>{{email}}</strong>.'
|
||||
],
|
||||
],
|
||||
|
||||
@@ -168,7 +172,7 @@ return [
|
||||
'DEMOTE' => 'Demote to member',
|
||||
|
||||
'EDIT' => 'Edit member',
|
||||
'CHANGE_PASSWORD' => 'Change member password',
|
||||
'RESET_PASSWORD' => 'Send password reset link',
|
||||
],
|
||||
|
||||
'ADMIN' => [
|
||||
|
||||
Reference in New Issue
Block a user