diff options
-rw-r--r-- | TWiki/ResetPassword.mdwn | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/TWiki/ResetPassword.mdwn b/TWiki/ResetPassword.mdwn new file mode 100644 index 00000000..52811d72 --- /dev/null +++ b/TWiki/ResetPassword.mdwn @@ -0,0 +1,30 @@ +<font>Request for reset of password</font><br /> + +Please only use this **ResetPassword** form in case you really forgot your password. Otherwise just change it using [[ChangePassword]]. Thank you. + +<form action="%SCRIPTURL%/passwd%SCRIPTSUFFIX%/%MAINWEB%/%HOMETOPIC%" method="post" name="passwd"> + <p> + </p> + <table border="1"> + <tr> + <td align="right">Your %TWIKIWEB%.WikiName: </td> + <td><input name="username" size="40" type="text" value="" /> <code><font color="red">**</font></code></td> + </tr> + <tr> + <td align="right">New password </td> + <td><input name="password" size="40" type="password" /> <code><font color="red">**</font></code></td> + </tr> + <tr> + <td align="right">Retype new password </td> + <td><input name="passwordA" size="40" type="password" /> <code><font color="red">**</font></code></td> + </tr> + <tr> + <td align="right" valign="top"> <input name="TopicName" type="hidden" value="%TOPIC%" /></td> + <td><input type="submit" value=" Request password reset " /> (Fields marked <code><font color="red">**</font></code> are required) </td> + </tr> + </table> +</form> + +After submitting this form you will receive a page with yor **new password** appearing **encrypted**. + +You will have to send this information to the Wiki webmaster %WIKIWEBMASTER% by email. |