aboutsummaryrefslogtreecommitdiffstats
path: root/view/sv/lostpass.tpl
diff options
context:
space:
mode:
authorerik <eeeeeee@utpost.se>2011-03-11 20:12:32 +0100
committererik <eeeeeee@utpost.se>2011-03-11 20:12:32 +0100
commite94ae8d396b8583407b140faf211f4f92a503bc6 (patch)
treee349d2f2186469d7a989e8e757e9b5b33535bbb9 /view/sv/lostpass.tpl
parent0578751cc9820fcc028d8761e2ba8926dbcfbb05 (diff)
downloadvolse-hubzilla-e94ae8d396b8583407b140faf211f4f92a503bc6.tar.gz
volse-hubzilla-e94ae8d396b8583407b140faf211f4f92a503bc6.tar.bz2
volse-hubzilla-e94ae8d396b8583407b140faf211f4f92a503bc6.zip
commit001
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>
+