summaryrefslogtreecommitdiffstats
path: root/app/views/users
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-05-27 10:57:13 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-05-27 10:57:13 +0000
commitf04225321c3ea0b56699fd667611ec867c6c458d (patch)
tree7d70c4367f08c71535891e03928e842434e82dfe /app/views/users
parentf12315075fc5780c68093610295ace7ae2c4ac78 (diff)
downloadredmine-f04225321c3ea0b56699fd667611ec867c6c458d.tar.gz
redmine-f04225321c3ea0b56699fd667611ec867c6c458d.zip
Account information can now be sent to the user when creating an account.
ActionMailer logger set to nil for production environment to disable email contents output in production.log git-svn-id: http://redmine.rubyforge.org/svn/trunk@546 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/users')
-rw-r--r--app/views/users/add.rhtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/users/add.rhtml b/app/views/users/add.rhtml
index d4c6a15f4..636bdcbcd 100644
--- a/app/views/users/add.rhtml
+++ b/app/views/users/add.rhtml
@@ -3,4 +3,5 @@
<% labelled_tabular_form_for :user, @user, :url => { :action => "add" } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>
-<% end %> \ No newline at end of file
+<%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %>
+<% end %>