force 2fa for group of users (#456)
Authored-by: Antonio Cordeddu <coranto@yetopen.com>
This commit is contained in:
@ -193,6 +193,7 @@ return [
|
||||
'Export my data' => '',
|
||||
'Force password change at next login' => '',
|
||||
'Here you can download your personal data in a comma separated values format.' => '',
|
||||
'I agree processing of my personal data and the use of cookies to facilitate the operation of this site. For more information read our {privacyPolicy}' => '',
|
||||
'Impersonate this user' => '',
|
||||
'In order to finish your registration, we need you to enter following fields' => '',
|
||||
'Invalid password' => '',
|
||||
@ -274,7 +275,12 @@ return [
|
||||
'Your consent is required to work with this site' => '',
|
||||
'Your password has expired, you must change it now' => '',
|
||||
'Your personal information has been removed' => '',
|
||||
'Your role requires 2FA, you won\'t be able to use the application until you enable it' => '',
|
||||
'privacy policy' => '',
|
||||
'{0, date, MMM dd, YYYY HH:mm}' => '',
|
||||
'{0} cannot be blank.' => '',
|
||||
'An email has been sent with instructions for resetting your password' => '@@ایمیلی حاوی راهنمایی برای تنظیم مجدد رمز عبور به شما ارسال شد@@',
|
||||
'Every user having your role has two factor authentication mandatory, you must enable it' => '@@@@',
|
||||
'Now you can resume the login process' => '@@@@',
|
||||
'Registration ip' => '@@ای پی ثبت نام@@',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user