aboutsummaryrefslogtreecommitdiffstats
path: root/root/forgot_password/confirm.tt
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-01-07 23:20:14 +0000
committerRomain d'Alverny <rda@mageia.org>2011-01-07 23:20:14 +0000
commit5f8c9ba5f32c0dab7752a7c50dab5b82639f81ef (patch)
tree48c83c63482380e25f93b544be518ecc6355bb3b /root/forgot_password/confirm.tt
parentf07e6b1361c4817980888496a14b9b8d1fd5578d (diff)
downloadidentity-5f8c9ba5f32c0dab7752a7c50dab5b82639f81ef.tar
identity-5f8c9ba5f32c0dab7752a7c50dab5b82639f81ef.tar.gz
identity-5f8c9ba5f32c0dab7752a7c50dab5b82639f81ef.tar.bz2
identity-5f8c9ba5f32c0dab7752a7c50dab5b82639f81ef.tar.xz
identity-5f8c9ba5f32c0dab7752a7c50dab5b82639f81ef.zip
commit implement forgot_password patch from Maarten Vanraes
Diffstat (limited to 'root/forgot_password/confirm.tt')
-rw-r--r--root/forgot_password/confirm.tt21
1 files changed, 21 insertions, 0 deletions
diff --git a/root/forgot_password/confirm.tt b/root/forgot_password/confirm.tt
new file mode 100644
index 0000000..3c3e07d
--- /dev/null
+++ b/root/forgot_password/confirm.tt
@@ -0,0 +1,21 @@
+
+<h1>[% l('Enter new password.') %]</h1>
+
+<div id="input_form">
+<form method="post" action="/forgot_password/change_password">
+ <table>
+ <tr>
+ <td><label for="newpassword1_">[% l('New Password') %]</label></td>
+ <td><input id="newpassword1_" name="newpassword1" type="password" value="" /></td>
+ </tr><tr>
+ <td><label for="newpassword2_">[% l('Repeat New Password') %]</label></td>
+ <td><input id="newpassword2_" name="newpassword2" type="password" value="" /></td>
+ </tr><tr>
+ <td colspan="2" style="text-align:center;">
+ <input type="hidden" name="secret" value="[% secret %]" />
+ <button type="submit" value="[% l('Set new password') %]">[% l('Set new password') %]</button>
+ </td>
+ </tr>
+ </table>
+</form>
+</div>