diff --git a/auth b/auth
index 88c27cedf632b7284f8977f80442679fbe78ed87..e9d80df321203a984dbd8eb341397017bc7e7820 160000
--- a/auth
+++ b/auth
@@ -1 +1 @@
-Subproject commit 88c27cedf632b7284f8977f80442679fbe78ed87
+Subproject commit e9d80df321203a984dbd8eb341397017bc7e7820
diff --git a/helios b/helios
index 36e18bfe852ced04bba6735560d6e250017e61c3..b70bdb6c07059fe22b073a6f6b2854e00ea12e95 160000
--- a/helios
+++ b/helios
@@ -1 +1 @@
-Subproject commit 36e18bfe852ced04bba6735560d6e250017e61c3
+Subproject commit b70bdb6c07059fe22b073a6f6b2854e00ea12e95
diff --git a/heliosbooth b/heliosbooth
index 8843d54244674baf969a9961dc84745e3e4891d8..f96598d3924914ab708f3a7552de2192b0b1d384 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 fc9b310fa7a3cf9b7683f8e0f26750647f89fef9..eee4cdb26ff51493aab7e6df5cfbf6b35c298c04 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 795e7940cabd465a65ed88ab5e3f1141a2944384..732d265794acd2cb88465339f38d089ef001ede6 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