summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-29 17:55:14 +0200
committerMarian Sigler <m@qjym.de>2012-09-29 17:56:14 +0200
commit2f5998a079e2a4f882c1ea3c1a3ceebca404e3a8 (patch)
treebb9326d5404e383cb6cb6ed285966356f273912c /templates/index.html
parent0afa6b651dfb326481d8b0d0fd5d599384889170 (diff)
downloadweb-2f5998a079e2a4f882c1ea3c1a3ceebca404e3a8.tar.gz
web-2f5998a079e2a4f882c1ea3c1a3ceebca404e3a8.tar.bz2
web-2f5998a079e2a4f882c1ea3c1a3ceebca404e3a8.zip
Make it possible to enter an email address at lost_password.
That way users who forgot their username can find it out.
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index e28d126..4e98750 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -14,7 +14,7 @@
{{ render_field(form.password) }}
<div class="form-actions"><input type="submit" value="Login" /></div>
<p class="form-actions"><a href="/register">Account erstellen</a></div>
- <p class="form-actions"><a href="/lost_password">Passwort vergessen</a></div>
+ <p class="form-actions"><a href="/lost_password">Passwort oder Benutzername vergessen</a></div>
</form>
{%- endblock %}