summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikeMannix <MikeMannix>2001-09-04 01:38:26 +0000
committerMikeMannix <MikeMannix>2001-09-04 01:38:26 +0000
commit018bc39d4d6fe4c9be672e75d6618999f6b94199 (patch)
tree4a263d0f6b09e0734207420512ff96079be64501
parentbaed124d321809bbd44a2162937433bb4840a220 (diff)
none
-rw-r--r--TWiki/ChangePassword.mdwn36
1 files changed, 36 insertions, 0 deletions
diff --git a/TWiki/ChangePassword.mdwn b/TWiki/ChangePassword.mdwn
new file mode 100644
index 00000000..10e8799c
--- /dev/null
+++ b/TWiki/ChangePassword.mdwn
@@ -0,0 +1,36 @@
+<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.
+
+If you have questions please contact the Wiki webmaster %WIKIWEBMASTER%.