summaryrefslogtreecommitdiff
path: root/tpls/login.tpl
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-08-30 22:53:59 +0200
committerKevin Chabowski <kevin@kch42.de>2013-08-30 22:53:59 +0200
commitd4fe97a9a5437d71a5a29f413ba7be6efe5f7da3 (patch)
tree1df00e016300304318997e8f04053bf523b8d85e /tpls/login.tpl
parent11ec26feeabced25281b8637f928a8096690c54b (diff)
downloadmailremind-d4fe97a9a5437d71a5a29f413ba7be6efe5f7da3.tar.gz
mailremind-d4fe97a9a5437d71a5a29f413ba7be6efe5f7da3.tar.bz2
mailremind-d4fe97a9a5437d71a5a29f413ba7be6efe5f7da3.zip
Password reset implemented
Diffstat (limited to 'tpls/login.tpl')
-rw-r--r--tpls/login.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpls/login.tpl b/tpls/login.tpl
index 34541e4..b3a63e2 100644
--- a/tpls/login.tpl
+++ b/tpls/login.tpl
@@ -12,6 +12,7 @@
<p><strong>E-Mail</strong> <input type="text" name="Mail" /></p>
<p><strong>Password</strong> <input type="password" name="Password" /></p>
<p><input type="submit" /></p>
+ <p><a href="/forgotpw">Forgot your password?</a></p>
</form>
{{end}}
{{end}} \ No newline at end of file