diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rhodecode/templates/email_templates/password_reset.html	Fri Nov 25 17:41:42 2011 +0200
@@ -0,0 +1,12 @@
+## -*- coding: utf-8 -*-
+<%inherit file="main.html"/>
+
+Hello ${user}
+
+We received a request to create a new password for your account.
+
+You can generate it by clicking following URL:
+
+${reset_url}
+
+If you didn't request new password please ignore this email.
\ No newline at end of file