##// END OF EJS Templates
Added several validates_length_of...
Added several validates_length_of git-svn-id: http://redmine.rubyforge.org/svn/trunk@593 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r543:f04225321c3e
r590:fcefdb22bfc3
Show More
account_information.rhtml
9 lines | 517 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / account_information.rhtml
<% if @user.auth_source %>You can use your "<%= @user.auth_source.name %>" account to log into Redmine.
<% else %>Your Redmine account information:
* Login: <%= @user.login %>
* Password: <%= @password %>
<% end %>
Log in: <%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'login' %>
<% unless @user.auth_source %>
You can change your password here: <%= url_for :only_path => false, :host => Setting.host_name, :controller => 'my', :action => 'account' %>
<% end %>