buildrelease
[openafs-wiki.git] / TWiki / ChangePassword.mdwn
index 9d452ef..905ea1e 100644 (file)
@@ -1,34 +1,46 @@
-<font>Change password</font>
+# <a name="Change Password"></a> Change Password
 
-**_Forgot your old password?_** Then use [[ResetPassword]] instead. Please only use ResetPassword in case you really forgot your password. Thank you.
+**_Forgotten your password?_** Use [[ResetPassword]] instead.
 
-<form action="http://www.dementia.org/twiki//passwd/TWiki/WebHome" method="post" name="passwd">
-  <table border="1" cellpadding="0" cellspacing="0">
-    <tr>
-      <td align="right"> Your [[TWiki/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>
-      <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">  <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>
+[[TWikiUsers]] has a list of other TWiki users.
+
+<form action="http://www.dementia.org/twiki/passwd/TWiki/WebHome" method="post" name="passwd">
+  <div>
+    <div>
+      <table border="1" cellpadding="0" cellspacing="0" style="border-width: 1px">
+        <tr>
+          <td align="right" style=""> Your [[TWiki/LoginName]]: </td>
+          <td style=""><input name="username" size="40" type="text" value="admin" /> <code><font color="red">**</font></code></td>
+        </tr>
+        <tr>
+          <td align="right" style=""> Current password: </td>
+          <td style=""><input name="oldpassword" size="40" type="password" value="" /> <code><font color="red">**</font></code></td>
+        </tr>
+        <tr>
+          <td align="right" style=""> New password: </td>
+          <td style=""><input name="password" size="40" type="password" /> <code><font color="red">**</font></code></td>
+        </tr>
+        <tr>
+          <td align="right" style=""> Retype new password: </td>
+          <td style=""><input name="passwordA" size="40" type="password" /> <code><font color="red">**</font></code></td>
+        </tr>
+        <tr>
+          <td align="right" style="">  <input name="TopicName" type="hidden" value="%TOPIC%" /></td>
+          <td style=""><input name="action" type="hidden" value="changePassword" /> <input type="submit" value="Change password" />    (Fields marked <code><font color="red">**</font></code> are required) </td>
+        </tr>
+      </table>
+    </div>
+  </div>
 </form>
 
 After submitting this form your password will be changed.
 
-If you have questions please contact the TWiki webmaster .
+If you have any questions, please contact 0.
+
+**_Related topics:_** [[ResetPassword]], [[ChangeEmailAddress]], [[UserToolsCategory]], [[AdminToolsCategory]]
 
-**_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)
+<table bgcolor="yellow">
+  <tr>
+    <td><strong><em>Note to administrator:</em></strong> This form applies only if TWiki uses a {PasswordManager} that supports changing passwords. Otherwise replace this topic with a note describing how to change the password in your organization. See [[Main/TWikiUserAuthentication]] for more information. </td>
+  </tr>
+</table>