aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/templates/email_templates/password_reset.html
blob: 936f9941820a39628f1035efe665b66e6e434900 (plain)
1
2
3
4
5
6
7
8
9
10
11
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

<h4>${_('Hello %s') % user}</h4>
<div>${_('We received a request to create a new password for your account.')}</div>
<div>${_('You can generate it by clicking following URL')}:</div>
<pre>
${reset_url}
</pre>
<br/>
${_("If you did not request new password please ignore this email.")}