From 17fb91885c419a60e405eda25c51d0a6d2395f23 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Tue, 4 Aug 2009 22:29:53 -0700
Subject: [PATCH] added password reminder, cache busting, etc

---
 auth                        | 2 +-
 helios                      | 2 +-
 heliosbooth                 | 2 +-
 iacr/templates/confirm.html | 3 +++
 settings.py                 | 1 +
 5 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/auth b/auth
index 88c27ce..e9d80df 160000
--- a/auth
+++ b/auth
@@ -1 +1 @@
-Subproject commit 88c27cedf632b7284f8977f80442679fbe78ed87
+Subproject commit e9d80df321203a984dbd8eb341397017bc7e7820
diff --git a/helios b/helios
index 36e18bf..b70bdb6 160000
--- a/helios
+++ b/helios
@@ -1 +1 @@
-Subproject commit 36e18bfe852ced04bba6735560d6e250017e61c3
+Subproject commit b70bdb6c07059fe22b073a6f6b2854e00ea12e95
diff --git a/heliosbooth b/heliosbooth
index 8843d54..f96598d 160000
--- a/heliosbooth
+++ b/heliosbooth
@@ -1 +1 @@
-Subproject commit 8843d54244674baf969a9961dc84745e3e4891d8
+Subproject commit f96598d3924914ab708f3a7552de2192b0b1d384
diff --git a/iacr/templates/confirm.html b/iacr/templates/confirm.html
index fc9b310..eee4cdb 100644
--- a/iacr/templates/confirm.html
+++ b/iacr/templates/confirm.html
@@ -26,4 +26,7 @@
     <input type="submit" value="cast this ballot" /><br /><br />
 </form>
 
+<p>
+    Forgot your password? <a href="{% url auth.auth_systems.password.password_forgotten_view %}?return_url={% url iacr.views.cast_confirm %}">Have it emailed to you</a>.<br />(don't worry, we won't forget your vote).
+</p>
 {% endblock %}
diff --git a/settings.py b/settings.py
index 795e794..732d265 100644
--- a/settings.py
+++ b/settings.py
@@ -126,5 +126,6 @@ DEBUG = True
 TEMPLATE_DEBUG = True
 
 URL_HOST = "https://iacr-helios.appspot.com"
+URL_HOST = ""
 
 IACR_ELECTION_UUID = 'iacr'
\ No newline at end of file
-- 
GitLab