aboutsummaryrefslogtreecommitdiffstats
path: root/root/admin/password.tt
diff options
context:
space:
mode:
authorBuchan Milne <buchan@mageia.org>2011-02-16 22:34:06 +0000
committerBuchan Milne <buchan@mageia.org>2011-02-16 22:34:06 +0000
commitdfd571cc8e591c49d2bd9c9c8b86c70bf9129bd9 (patch)
treea8928636276a936a521cd500449857ca01702a2d /root/admin/password.tt
parentf31883ea438fc6ecabe3a1da24aecdced5e356e1 (diff)
downloadidentity-dfd571cc8e591c49d2bd9c9c8b86c70bf9129bd9.tar
identity-dfd571cc8e591c49d2bd9c9c8b86c70bf9129bd9.tar.gz
identity-dfd571cc8e591c49d2bd9c9c8b86c70bf9129bd9.tar.bz2
identity-dfd571cc8e591c49d2bd9c9c8b86c70bf9129bd9.tar.xz
identity-dfd571cc8e591c49d2bd9c9c8b86c70bf9129bd9.zip
Add password reset template (missing in svn)
Diffstat (limited to 'root/admin/password.tt')
-rw-r--r--root/admin/password.tt16
1 files changed, 16 insertions, 0 deletions
diff --git a/root/admin/password.tt b/root/admin/password.tt
new file mode 100644
index 0000000..25a66ea
--- /dev/null
+++ b/root/admin/password.tt
@@ -0,0 +1,16 @@
+<p>
+Resetting the users ([% uid %]) password will:
+<ul>
+<li>Change their password to a random string</li>
+<li>Set the pwdReset attribute on their entry</li>
+<li>Send an email containing a link to change their password to the following addresses:
+<ul>
+[% FOREACH mail IN mails %]
+<li>[% mail %]</li>
+[% END %]
+</ul>
+</ul>
+<form method='post'>
+<input type='hidden' name='txnid' value='[% txnid %]'>
+<input type='submit' value='Reset'>
+</form>