none
[openafs-wiki.git] / TWiki / ChangePassword.mdwn
1 <font>Change password</font>
2
3 **_Forgot your old password?_** Then use [[ResetPassword]] instead. Please only use ResetPassword in case you really forgot your password. Thank you.
4
5 <form action="http://www.dementia.org/twiki//manage/TWiki/WebHome" method="post" name="passwd">
6   <table border="1" cellpadding="0" cellspacing="0">
7     <tr>
8       <td align="right"> Your [[TWiki/WikiName]]: </td>
9       <td><input name="username" size="40" type="text" value="" /> <code><font color="red">**</font></code></td>
10     </tr>
11     <tr>
12       <td align="right"> Old password: </td>
13       <td><input name="oldpassword" size="40" type="password" /> <code><font color="red">**</font></code></td>
14     </tr>
15     <tr>
16       <td align="right"> New password: </td>
17       <td><input name="password" size="40" type="password" /> <code><font color="red">**</font></code></td>
18     </tr>
19     <tr>
20       <td align="right"> Retype new password: </td>
21       <td><input name="passwordA" size="40" type="password" /> <code><font color="red">**</font></code></td>
22     </tr>
23     <tr>
24       <td align="right">  <input name="TopicName" type="hidden" value="%TOPIC%" /></td>
25       <td><input name="action" type="hidden" value="changePassword" /> <input type="submit" value=" Request password change " />    (Fields marked <code><font color="red">**</font></code> are required) </td>
26     </tr>
27   </table>
28 </form>
29
30 After submitting this form your password will be changed.
31
32 If you have questions please contact the TWiki webmaster .
33
34 **_Note to administrator:_** The change password form applies only if TWiki uses Basic Authentication, e.g. a `.htpassword` file managed by TWiki. It does not apply if you are using external authentication, such as an IT managed password system. (remove this note if you are using Basic Authentication; else replace this topic with a note describing how to change the password in your organization)