From 75209aeed0140c804047b4f3466d329b9eb246b9 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 8 Oct 2011 15:52:12 +0200 Subject: Add a password recovery feature. Fix #32 --- budget/templates/password_reminder | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 budget/templates/password_reminder (limited to 'budget/templates/password_reminder') diff --git a/budget/templates/password_reminder b/budget/templates/password_reminder new file mode 100644 index 0000000..fc24a6f --- /dev/null +++ b/budget/templates/password_reminder @@ -0,0 +1,8 @@ +Hi, + +You requested to be reminded about your password for "{{ project.name }}". + +You can access it here: {{ config['SITE_URL'] }}{{ url_for(".list_bills", project_id=project.id) }}, the private code is "{{ project.password }}". + +Hope this helps, +Some weird guys (with beards) -- cgit v1.1