summaryrefslogtreecommitdiffstats
path: root/app/views/settings
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2021-07-04 13:06:47 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2021-07-04 13:06:47 +0000
commit1b0bf2880374307e9669cfd4ed32cfe6677a3503 (patch)
tree746c628e4cedc108473e340e2a19c5c0d323c225 /app/views/settings
parentaa20cd9ec210df7de884482be3e4d93936cd31ab (diff)
downloadredmine-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 'app/views/settings')
-rw-r--r--app/views/settings/_authentication.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/settings/_authentication.html.erb b/app/views/settings/_authentication.html.erb
index 5522ff5cf..9fd0ef646 100644
--- a/app/views/settings/_authentication.html.erb
+++ b/app/views/settings/_authentication.html.erb
@@ -34,6 +34,7 @@
[l(:label_required_lower), "2"]] -%>
<em class="info">
<%= t 'twofa_hint_disabled_html', label: t(:label_disabled) -%><br/>
+ <%= t 'twofa_hint_optional_html', label: t(:label_optional) -%><br/>
<%= t 'twofa_hint_required_html', label: t(:label_required_lower) -%>
</em>
</p>