Redmine/app/views/mailer/lost_password.rhtml

3 lines
176 B
Plaintext

<%= l(:mail_body_lost_password) %>
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>