%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.0" version="2"}%
---+ Bulk Reset Passwords

The %MAINWEB%.TWikiAdminGroup can use %TOPIC% to reset any number of passwords. 
Users whose passwords are reset with this will be sent an e-mail at the address recorded in their home topic (the administrator will *not* be told the new passwords).

<div class="twikiPageForm">
<form action="%SCRIPTURLPATH{"resetpasswd"}%/%WEB%/%TOPIC%" method="post">
<table border="0">
<tr><th colspan="4">
This text will be sent to users in their "reset" e-mail:
</th></tr>
<tr><td colspan="4">
<textarea name="Introduction" rows="4" cols="70" style="width:99%">
Welcome! The site ready for your use. Please use the login name and password listed below and contact me if you have any questions.
</textarea>
</td></tr>
<tr><th colspan="4">

Click the checkboxes below for the users whose passwords you want to reset:
</th></tr>
<tr bgcolor="lightgray"><th>WikiName</th><th>Created</th><th>Changed</th><th>Reset</th></tr>
%SEARCH{"%META:FORM.*[U]serForm" web="%MAINWEB%" type="regex" header="" format="<tr><td> $web.$topic </td><td> $createdate </td><td> $date </td><td> <input type='checkbox' name='LoginName' value='$topic'></td></tr>" excludetopic="Web*" nosearch="on" nototal="on"}%
<tr><td colspan="4" align="center">
<input type="hidden" name="action" value="resetPassword">
<input type="submit" class="twikiSubmit" value="Reset selected passwords now">
</td></tr>
</table>
</form>
</div>

__Note__ if you don't see all the users you expect in the table below, make sure their home topic has an attached %MAINWEB%.UserForm. This is used to identify users.

---

__Related Topics:__ AdminToolsCategory

      * Set ALLOWTOPICVIEW = %MAINWEB%.TWikiAdminGroup
      * Set ALLOWTOPICCHANGE = %MAINWEB%.TWikiAdminGroup
