diff options
Diffstat (limited to 'TWiki/ChangePassword.mdwn')
-rw-r--r-- | TWiki/ChangePassword.mdwn | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/TWiki/ChangePassword.mdwn b/TWiki/ChangePassword.mdwn deleted file mode 100644 index 9bb5fcc4..00000000 --- a/TWiki/ChangePassword.mdwn +++ /dev/null @@ -1,45 +0,0 @@ -<table align="center" border="true" width="60%"> - <tr> - <td> Terribly sorry about this, but due to the amount of [[WikiSpam]] all automatic password changes, as well as new account creation, has been disabled. Use the [[ResetPassword]] for changing, resetting and creating new passwords for new users. <p> - </p> - <ul> - <li><font size="+1">Use [[ResetPassword]] instead due to [[WikiSpam]]</font></li> - </ul> - <p> Thank you. </p> - <p> -- [[Main/JoachimNilsson]] - 28 Jan 2005 </p> - </td> - </tr> -</table> - -## <a name="Change_password"> Change password </a> - -<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">Old password </td> - <td><input name="oldpassword" size="40" type="password" /> <code><font color="red">**</font></code></td> - </tr> - <tr> - </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 name="change" type="hidden" value="on" /> <input type="submit" value=" Request password change " /> (Fields marked <code><font color="red">**</font></code> are required) </td> - </tr> - </table> -</form> - -After submitting this form your password will be changed. %STOPINCLUDE% If you have questions please contact the Wiki webmaster %WIKIWEBMASTER%. |