/[soft]/identity/CatDap/branches/live/root/admin/password.tt
ViewVC logotype

Contents of /identity/CatDap/branches/live/root/admin/password.tt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 565 - (show annotations) (download)
Wed Feb 16 22:41:07 2011 UTC (13 years, 2 months ago) by buchan
File size: 441 byte(s)
svn merge -r 562:564 ../../trunk .
Fixes password resets by 'Account Admin'

1 <p>
2 Resetting the users ([% uid %]) password will:
3 <ul>
4 <li>Change their password to a random string</li>
5 <li>Set the pwdReset attribute on their entry</li>
6 <li>Send an email containing a link to change their password to the following addresses:
7 <ul>
8 [% FOREACH mail IN mails %]
9 <li>[% mail %]</li>
10 [% END %]
11 </ul>
12 </ul>
13 <form method='post'>
14 <input type='hidden' name='txnid' value='[% txnid %]'>
15 <input type='submit' value='Reset'>
16 </form>

  ViewVC Help
Powered by ViewVC 1.1.30