view rhodecode/templates/email_templates/password_reset.html @ 4147:1c8f818787b3 rhodecode-2.2.5-gpl

old style: show the full link box on summary page - no overlap or truncation
author Mads Kiilerich <madski@unity3d.com>
date Wed, 02 Jul 2014 19:03:23 -0400
parents 1de8abd9a4e1
children
line wrap: on
line source

## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

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