Skip to content
Snippets Groups Projects
Commit 17fb9188 authored by Ben Adida's avatar Ben Adida
Browse files

added password reminder, cache busting, etc

parent d7e119b5
No related branches found
No related tags found
No related merge requests found
Subproject commit 88c27cedf632b7284f8977f80442679fbe78ed87 Subproject commit e9d80df321203a984dbd8eb341397017bc7e7820
Subproject commit 36e18bfe852ced04bba6735560d6e250017e61c3 Subproject commit b70bdb6c07059fe22b073a6f6b2854e00ea12e95
heliosbooth @ f96598d3
Subproject commit 8843d54244674baf969a9961dc84745e3e4891d8 Subproject commit f96598d3924914ab708f3a7552de2192b0b1d384
...@@ -26,4 +26,7 @@ ...@@ -26,4 +26,7 @@
<input type="submit" value="cast this ballot" /><br /><br /> <input type="submit" value="cast this ballot" /><br /><br />
</form> </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 %} {% endblock %}
...@@ -126,5 +126,6 @@ DEBUG = True ...@@ -126,5 +126,6 @@ DEBUG = True
TEMPLATE_DEBUG = True TEMPLATE_DEBUG = True
URL_HOST = "https://iacr-helios.appspot.com" URL_HOST = "https://iacr-helios.appspot.com"
URL_HOST = ""
IACR_ELECTION_UUID = 'iacr' IACR_ELECTION_UUID = 'iacr'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment