From 5692388db471d0c89e01dd5e5ce926cc988f438c Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Mon, 4 Jul 2011 06:23:24 +0300 Subject: New app, recover. It has a simple form, where the user gives his username and email, the system checks if they match, and then it creates a random 30char string and sends a mail to the user with a temp URL based on that string TODO: Create the temp URL and remove the entry from the RecoverPassword table --- templates/signup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/signup.html b/templates/signup.html index 5795346..22a6090 100644 --- a/templates/signup.html +++ b/templates/signup.html @@ -1,4 +1,4 @@ -{% if username %} +{% if email %} You will soon recieve a mail at {{ email }} to verify your account {% else %}
{% csrf_token %} -- cgit v1.2.3-65-gdbad