43 lines
1.8 KiB
Plaintext
43 lines
1.8 KiB
Plaintext
%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.0" version="3"}%
|
|
---+ Bulk Reset Passwords
|
|
|
|
*The %MAINWEB%.TWikiAdminGroup can use this topic to reset any number of user 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.
|
|
|
|
*Follow these two steps:*
|
|
|
|
<form action="%SCRIPTURLPATH{"resetpasswd"}%/%WEB%/%TOPIC%" method="post">
|
|
<div class="twikiFormSteps">
|
|
<div class="twikiFormStep">
|
|
---+++ Select users
|
|
|
|
%TABLE{}%
|
|
%SEARCH{"%META:FORM.*[U]serForm" web="%MAINWEB%" type="regex" header="|*WikiName* |*User page created* |*User page changed* | *Reset* |" format="| $web.$topic |$createdate |$date | <input type='checkbox' name='LoginName' value='$topic'> |" excludetopic="Web*" nosearch="on" nototal="on"}%
|
|
|
|
__Note__ if you don't see all the users you expect in this table, make sure their home topic has an attached %MAINWEB%.UserForm. This is used to identify users.
|
|
</div>
|
|
<div class="twikiFormStep">
|
|
---+++ Write message
|
|
|
|
*This text will be sent to users in their "reset" e-mail.* The login name and password will be filled in automatically.
|
|
<textarea class="twikiInputField" name="Introduction" rows="4" cols="70" style="width:99%;">
|
|
Welcome! The site is ready for your use. Please use the login name and password listed below and contact me if you have any questions.
|
|
</textarea>
|
|
</div>
|
|
<div class="twikiFormStep twikiLast">
|
|
<input type="hidden" name="action" value="resetPassword">
|
|
<input type="submit" class="twikiSubmit" value="Reset selected user passwords and send message">
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|
|
%BR%
|
|
%BR%
|
|
---
|
|
%BR%
|
|
__Related Topics:__ AdminToolsCategory
|
|
|
|
* Set ALLOWTOPICVIEW = %MAINWEB%.TWikiAdminGroup
|
|
* Set ALLOWTOPICCHANGE = %MAINWEB%.TWikiAdminGroup
|