summaryrefslogtreecommitdiff
path: root/templates/remind_password.tpl
diff options
context:
space:
mode:
authorbitweaver.org <bitweaver@users.sourceforge.net>2005-06-19 05:12:24 +0000
committerbitweaver.org <bitweaver@users.sourceforge.net>2005-06-19 05:12:24 +0000
commit657b3b2cb4d1ecb68c78320bdc03151590a9e6cd (patch)
treec88e26bedb5f01d457e28d07d6b7aa08ed13cdd1 /templates/remind_password.tpl
downloadusers-657b3b2cb4d1ecb68c78320bdc03151590a9e6cd.tar.gz
users-657b3b2cb4d1ecb68c78320bdc03151590a9e6cd.tar.bz2
users-657b3b2cb4d1ecb68c78320bdc03151590a9e6cd.zip
IMPORT TikiPro CLYDE FINAL
Diffstat (limited to 'templates/remind_password.tpl')
-rw-r--r--templates/remind_password.tpl29
1 files changed, 29 insertions, 0 deletions
diff --git a/templates/remind_password.tpl b/templates/remind_password.tpl
new file mode 100644
index 0000000..8e4a691
--- /dev/null
+++ b/templates/remind_password.tpl
@@ -0,0 +1,29 @@
+{strip}
+
+<div class="display login">
+ <div class="header">
+ <h1>{tr}Retrieve Password{/tr}</h1>
+ </div>
+
+ <div class="body">
+ {if $msg.success}
+ {formfeedback success=$msg.success}
+ {else}
+ {form legend="Please send me my password"}
+ <div class="row">
+ {formfeedback warning=$msg.error}
+ {formlabel label="Username" for="username"}
+ {forminput}
+ <input type="text" name="username" id="username" />
+ {/forminput}
+ </div>
+
+ <div class="row submit">
+ <input type="submit" name="remind" id="remind" value="{tr}Send me my password{/tr}" />
+ </div>
+ {/form}
+ {/if}
+ </div><!-- end .body -->
+</div><!-- end .login -->
+
+{/strip}