summaryrefslogtreecommitdiff
path: root/TWiki/ChangePassword.mdwn
blob: 266caf88aadae648a2a5234d546d3e95b3c903f0 (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
<font>Change password</font><br />

**_Forgot your old password?_** Then use [[ResetPassword]] instead. Please only use [[ResetPassword]] in case you really forgot your password. 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">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%.