diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-12-13 15:21:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-12-13 15:21:48 +0000 |
commit | ad8a529c8dbef45a499b262134c501d014ccab5e (patch) | |
tree | 4703f4ef8888b3ded6f236486b587cb1588cb63c /app/views/settings | |
parent | 46e1c6a2fea707a07f93c212f4f36b0f407c802e (diff) | |
download | redmine-ad8a529c8dbef45a499b262134c501d014ccab5e.tar.gz redmine-ad8a529c8dbef45a499b262134c501d014ccab5e.zip |
Option to show email adresses by default for new users (#21447).
git-svn-id: http://svn.redmine.org/redmine/trunk@14974 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/_authentication.html.erb | 8 |
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 %> |