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

The %MAINWEB%.TWikiAdminGroup can use %TOPIC% to reset any number of passwords. 
Users who have their passwords changed will be sent email at the email address recorded in their home topic (you will *not* be told the new passwords).

<form action="%SCRIPTURL%/resetpasswd%SCRIPTSUFFIX%/%WEB%/%TOPIC%" method="post">

This text will be sent to users in their "reset" mail:<br />
<textarea name="Introduction" rows="2" cols="70">
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>

Click the checkboxes below for the users whose passwords you want to reset:
<table border="0">
<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" value="Reset selected passwords now">
</td></tr>
</table>
</form>

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

---

__Related Topics:__ AdminToolsCategory

		* Set ALLOWTOPICVIEW = %MAINWEB%.TWikiAdminGroup
		* Set ALLOWTOPICCHANGE = %MAINWEB%.TWikiAdminGroup
<!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the Dev topic instead. -->
