aboutsummaryrefslogtreecommitdiffstats
path: root/view/sv/lostpass.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-03-18 18:07:37 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-03-18 18:07:37 +0100
commit878bdeccfd66b7b8229fd761c23ba13bc51c7454 (patch)
tree6b881c4f71389ef6aa49776e8b99ac65f30f4ec2 /view/sv/lostpass.tpl
parentf4f5095e19badcc85453182b86bff97f57228257 (diff)
parent9838245c6c9b2e311650b53a1c3aa1ef778ef935 (diff)
downloadvolse-hubzilla-878bdeccfd66b7b8229fd761c23ba13bc51c7454.tar.gz
volse-hubzilla-878bdeccfd66b7b8229fd761c23ba13bc51c7454.tar.bz2
volse-hubzilla-878bdeccfd66b7b8229fd761c23ba13bc51c7454.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/sv/lostpass.tpl')
-rw-r--r--view/sv/lostpass.tpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/view/sv/lostpass.tpl b/view/sv/lostpass.tpl
new file mode 100644
index 000000000..a7040c149
--- /dev/null
+++ b/view/sv/lostpass.tpl
@@ -0,0 +1,18 @@
+<h3>Forgot your Password?</h3>
+
+<p id="lostpass-desc">
+Enter your email address and submit to have your password reset. Then check your email for further instructions.
+</p>
+
+<form action="lostpass" method="post" >
+<div id="login-name-wrapper">
+ <label for="login-name" id="label-login-name">Nickname or Email: </label>
+ <input type="text" maxlength="60" name="login-name" id="login-name" value="" />
+</div>
+<div id="login-extra-end"></div>
+<div id="login-submit-wrapper" >
+ <input type="submit" name="submit" id="lostpass-submit-button" value="Reset" />
+</div>
+<div id="login-submit-end"></div>
+</form>
+