summaryrefslogtreecommitdiff
path: root/TWiki/ChangePassword.mdwn
blob: 9bb5fcc49bb6dcb61e54c14e018969659ae7de50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<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%.