aboutsummaryrefslogtreecommitdiffstats
path: root/root/admin/password.tt
blob: 1c743e508783cba57b1ef1154249f095ef1a0a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div align="left">
<p>
[% l('Resetting the users ([_1]) password will:', uid) %]
<ul>
<li>[% l('Change their password to a random string') %]</li>
<li>[% l('Set the pwdReset attribute on their entry') %]</li>
<li>[% l('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='[% l('Reset') %]'>
</form>
</p>
</div>