summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-01-07 04:16:44 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-01-07 04:16:44 +0000
commitcd63df3b26f1443ab399323a26c9996b45b0945a (patch)
treea41ec40d82829f83bc50a104cb707bf98b3b462c /app/views
parentb7a06818fc5545e997c5a541abc069f75d8802bf (diff)
downloadredmine-cd63df3b26f1443ab399323a26c9996b45b0945a.tar.gz
redmine-cd63df3b26f1443ab399323a26c9996b45b0945a.zip
Merged r14974 and r14975 from trunk to 3.2-stable (#21447)
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15009 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/settings/_authentication.html.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/settings/_authentication.html.erb b/app/views/settings/_authentication.html.erb
index f9c569cb8..35aa66425 100644
--- a/app/views/settings/_authentication.html.erb
+++ b/app/views/settings/_authentication.html.erb
@@ -36,5 +36,13 @@
<p><em class="info"><%= l(:text_session_expiration_settings) %></em></p>
</fieldset>
+<fieldset class="box">
+ <legend><%= l(:label_default_values_for_new_users) %></legend>
+
+ <div class="tabular settings">
+ <p><%= setting_check_box :default_users_hide_mail, :label => :field_hide_mail %></p>
+ </div>
+</fieldset>
+
<%= submit_tag l(:button_save) %>
<% end %>