blob: 5b5bb3b904763371e830e592a14fa827438dc747 (
plain)
1
2
3
4
5
|
<%= l(:mail_body_lost_password) %>
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
----------------------------------------
<%= Setting.emails_footer %>
|