diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-02-01 20:17:27 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-02-01 20:17:27 +0000 |
commit | eb868ad9324e65942e8ad0ccd0a035d801a93864 (patch) | |
tree | 317a68f3b548c401cba46016ab86c9d2c909b4a1 /config/locales/en.yml | |
parent | d2f64ee9288a3be2ec29e42aaf796559d3dd6b4b (diff) | |
download | redmine-eb868ad9324e65942e8ad0ccd0a035d801a93864.tar.gz redmine-eb868ad9324e65942e8ad0ccd0a035d801a93864.zip |
Add "required for administrators" option to Two-factor authentication settings that behaves like optional, but will require all users with administration rights to set up two-factor authentication at their next login (#35439).
git-svn-id: http://svn.redmine.org/redmine/trunk@21395 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 761e4194c..2378e56d5 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1019,6 +1019,7 @@ en: label_readonly: Read-only label_required: Required label_required_lower: required + label_required_administrators: required for administrators label_hidden: Hidden label_attribute_of_project: "Project's %{name}" label_attribute_of_issue: "Issue's %{name}" @@ -1349,6 +1350,7 @@ en: 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_hint_required_administrators_html: Setting <strong>%{label}</strong> behaves like optional, but will require all users with administration rights 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 twofa_notice_select: "Please select the two-factor scheme you would like to use:" |