1 rizwank 1.1 %META:TOPICINFO{author="PeterThoeny" date="1071649860" format="1.0" version="1.8"}%
2 <font size="+2">Change password</font>
3 %STARTINCLUDE%
4
5 __Forgot your old password?__ Then use ResetPassword instead. Please only use <nop>ResetPassword in case you really forgot your password. Thank you.
6
7 <form name="passwd" action="%SCRIPTURL%/manage%SCRIPTSUFFIX%/%TWIKIWEB%/%HOMETOPIC%" method="post">
8 | Your %TWIKIWEB%.WikiName: | <input type="text" name="username" value="" size="40" /> =<font color="red">**</font>= |
9 | Old password: | <input type="password" name="oldpassword" size="40" /> =<font color="red">**</font>= |
10 | New password: | <input type="password" name="password" size="40" /> =<font color="red">**</font>= |
11 | Retype new password: | <input type="password" name="passwordA" size="40" /> =<font color="red">**</font>= |
12 | <input type="hidden" name="TopicName" value="%TOPIC%" /> | <input type="hidden" name="action" value="changePassword" /> <input type="submit" value=" Request password change " /> (Fields marked =<Font color="red">**</font>= are required) |
13 </form>
14
15 After submitting this form your password will be changed.
16
17 If you have questions please contact the TWiki webmaster %WIKIWEBMASTER%.
18
19 %STOPINCLUDE%
20 __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)
|