diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2021-07-04 13:06:47 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2021-07-04 13:06:47 +0000 |
commit | 1b0bf2880374307e9669cfd4ed32cfe6677a3503 (patch) | |
tree | 746c628e4cedc108473e340e2a19c5c0d323c225 /config/locales/en.yml | |
parent | aa20cd9ec210df7de884482be3e4d93936cd31ab (diff) | |
download | redmine-1b0bf2880374307e9669cfd4ed32cfe6677a3503.tar.gz redmine-1b0bf2880374307e9669cfd4ed32cfe6677a3503.zip |
When 2FA is set to optional, allow to require 2FA only for certain user groups (#31920).
Patch by Jens Krämer.
git-svn-id: http://svn.redmine.org/redmine/trunk@21060 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 0aeafe516..488a9b4ee 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -408,6 +408,7 @@ en: field_history_default_tab: Issue's history default tab field_unique_id: Unique ID field_toolbar_language_options: Code highlighting toolbar languages + field_twofa_required: Require two factor authentication setting_app_title: Application title setting_welcome_text: Welcome text @@ -1335,6 +1336,7 @@ en: twofa_not_active: "Not activated" twofa_label_code: Code twofa_hint_disabled_html: Setting <strong>%{label}</strong> will deactivate and unpair two-factor authentication devices for all users. + twofa_hint_optional_html: Setting <strong>%{label}</strong> will let users set up two-factor authentication at will, unless it is required by one of their groups. twofa_hint_required_html: Setting <strong>%{label}</strong> will require all users to set up two-factor authentication at their next login. twofa_label_setup: Enable two-factor authentication twofa_label_deactivation_confirmation: Disable two-factor authentication @@ -1359,6 +1361,7 @@ en: twofa_text_backup_codes_hint: Use these codes instead of a one-time password should you not have access to your second factor. Each code can only be used once. It is recommended to print and store them in a safe place. twofa_text_backup_codes_created_at: Backup codes generated %{datetime}. twofa_backup_codes_already_shown: Backup codes cannot be shown again, please <a data-method="post" href="%{bc_path}">generate new backup codes</a> if required. - + twofa_text_group_required: "This setting is only effective when the global two factor authentication setting is set to 'optional'. Currently, two factor authentication is required for all users." + twofa_text_group_disabled: "This setting is only effective when the global two factor authentication setting is set to 'optional'. Currently, two factor authentication is disabled." text_user_destroy_confirmation: "Are you sure you want to delete this user and remove all references to them? This cannot be undone. Often, locking a user instead of deleting them is the better solution. To confirm, please enter their login (%{login}) below." text_project_destroy_enter_identifier: "To confirm, please enter the project's identifier (%{identifier}) below." |