comparison rhodecode/templates/email_templates/password_reset.html @ 1717:7ff304d3028f beta

Notification fixes - email prefix added to .ini files - html templates emails - rewrote email system to use some parts from pyramid_mailer
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 25 Nov 2011 17:41:42 +0200
parents
children f91d3f9b7230
comparison
equal deleted inserted replaced
1716:7d1fc253549e 1717:7ff304d3028f
1 ## -*- coding: utf-8 -*-
2 <%inherit file="main.html"/>
3
4 Hello ${user}
5
6 We received a request to create a new password for your account.
7
8 You can generate it by clicking following URL:
9
10 ${reset_url}
11
12 If you didn't request new password please ignore this email.