aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-07-04 06:23:24 +0300
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-07-04 06:23:24 +0300
commit5692388db471d0c89e01dd5e5ce926cc988f438c (patch)
tree1c94499e180494bef93184a72cbc58489026097e /templates
parentSmall improvement in signup render_to_response (diff)
downloadidentity.gentoo.org-5692388db471d0c89e01dd5e5ce926cc988f438c.tar.gz
identity.gentoo.org-5692388db471d0c89e01dd5e5ce926cc988f438c.tar.bz2
identity.gentoo.org-5692388db471d0c89e01dd5e5ce926cc988f438c.zip
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
Diffstat (limited to 'templates')
-rw-r--r--templates/signup.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<form action="." method="post">{% csrf_token %}