diff options
Diffstat (limited to 'TWiki/ResetPassword.mdwn')
-rw-r--r-- | TWiki/ResetPassword.mdwn | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/TWiki/ResetPassword.mdwn b/TWiki/ResetPassword.mdwn deleted file mode 100644 index b2781713..00000000 --- a/TWiki/ResetPassword.mdwn +++ /dev/null @@ -1,28 +0,0 @@ -<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**. %STOPINCLUDE% You will have to send this information to the Wiki webmaster %WIKIWEBMASTER% by email. |