292 lines
8.1 KiB
Plaintext
292 lines
8.1 KiB
Plaintext
head 1.10;
|
|
access;
|
|
symbols;
|
|
locks; strict;
|
|
comment @# @;
|
|
|
|
|
|
1.10
|
|
date 2007.01.29.22.31.15; author RicardoPereira; state Exp;
|
|
branches;
|
|
next 1.9;
|
|
|
|
1.9
|
|
date 2006.02.01.12.01.16; author TWikiContributor; state Exp;
|
|
branches;
|
|
next 1.8;
|
|
|
|
1.8
|
|
date 2003.12.17.08.31.00; author PeterThoeny; state Exp;
|
|
branches;
|
|
next 1.7;
|
|
|
|
1.7
|
|
date 2003.04.15.05.36.00; author PeterThoeny; state Exp;
|
|
branches;
|
|
next 1.6;
|
|
|
|
1.6
|
|
date 2003.01.17.06.21.00; author PeterThoeny; state Exp;
|
|
branches;
|
|
next 1.5;
|
|
|
|
1.5
|
|
date 2002.11.07.07.57.17; author PeterThoeny; state Exp;
|
|
branches;
|
|
next 1.4;
|
|
|
|
1.4
|
|
date 2002.03.19.08.40.31; author RichardDonkin; state Exp;
|
|
branches;
|
|
next 1.3;
|
|
|
|
1.3
|
|
date 2001.12.06.06.12.27; author PeterThoeny; state Exp;
|
|
branches;
|
|
next 1.2;
|
|
|
|
1.2
|
|
date 2001.09.06.05.30.53; author MikeMannix; state Exp;
|
|
branches;
|
|
next 1.1;
|
|
|
|
1.1
|
|
date 2001.09.04.01.38.26; author MikeMannix; state Exp;
|
|
branches;
|
|
next ;
|
|
|
|
|
|
desc
|
|
@none
|
|
@
|
|
|
|
|
|
1.10
|
|
log
|
|
@none
|
|
@
|
|
text
|
|
@%META:TOPICINFO{author="RicardoPereira" date="1170109875" format="1.1" reprev="1.10" version="1.10"}%
|
|
---+ Change Password
|
|
|
|
To change your password, edit your profile at http://www.tdwg.org/membership/edit-profile/.
|
|
@
|
|
|
|
|
|
1.9
|
|
log
|
|
@buildrelease
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.0" version="9"}%
|
|
a2 1
|
|
%STARTINCLUDE%
|
|
d4 1
|
|
a4 23
|
|
__Forgotten your password?__ Then use ResetPassword instead.
|
|
|
|
%MAINWEB%.TWikiUsers has a full list of user names.
|
|
|
|
<form name="passwd" action="%SCRIPTURLPATH{"passwd"}%/%TWIKIWEB%/%HOMETOPIC%" method="post">
|
|
| Your %TWIKIWEB%.LoginName: | <input type="text" name="username" value="%URLPARAM{"username" default="%USERNAME%"}%" size="40" /> =<font color="red">**</font>= |
|
|
| Old password: | <input type="password" name="oldpassword" value="%URLPARAM{oldpassword}%" size="40" /> =<font color="red">**</font>= |
|
|
| New password: | <input type="password" name="password" size="40" /> =<font color="red">**</font>= |
|
|
| Retype new password: | <input type="password" name="passwordA" size="40" /> =<font color="red">**</font>= |
|
|
| <input type="hidden" name="TopicName" value="%TOPIC%" /> | <input type="hidden" name="action" value="changePassword" /> <input type="submit" class="twikiSubmit" value="Change password" /> (Fields marked =<font color="red">**</font>= are required) |
|
|
</form>
|
|
|
|
After submitting this form your password will be changed.
|
|
|
|
If you have questions please contact the TWiki administrator %WIKIWEBMASTER%.
|
|
|
|
%STOPINCLUDE%
|
|
|
|
<table bgcolor="yellow"><tr><td>
|
|
__Note to administrator:__ This form applies only if TWiki uses a {PasswordManager} that supports changing passwords (e.g. TWiki::Users::HtPasswdUser). Otherwise replace this topic with a note describing how to change the password in your organization). See TWikiUserAuthentication for more information.
|
|
</td></tr></table>
|
|
|
|
__Related Topics:__ ChangeEmailAddress, AdminToolsCategory, UserToolsCategory
|
|
@
|
|
|
|
|
|
1.8
|
|
log
|
|
@none
|
|
@
|
|
text
|
|
@d1 27
|
|
a27 20
|
|
%META:TOPICINFO{author="PeterThoeny" date="1071649860" format="1.0" version="1.8"}%
|
|
<font size="+2">Change password</font>
|
|
%STARTINCLUDE%
|
|
|
|
__Forgot your old password?__ Then use ResetPassword instead. Please only use <nop>ResetPassword in case you really forgot your password. Thank you.
|
|
|
|
<form name="passwd" action="%SCRIPTURL%/manage%SCRIPTSUFFIX%/%TWIKIWEB%/%HOMETOPIC%" method="post">
|
|
| Your %TWIKIWEB%.WikiName: | <input type="text" name="username" value="" size="40" /> =<font color="red">**</font>= |
|
|
| Old password: | <input type="password" name="oldpassword" size="40" /> =<font color="red">**</font>= |
|
|
| New password: | <input type="password" name="password" size="40" /> =<font color="red">**</font>= |
|
|
| Retype new password: | <input type="password" name="passwordA" size="40" /> =<font color="red">**</font>= |
|
|
| <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) |
|
|
</form>
|
|
|
|
After submitting this form your password will be changed.
|
|
|
|
If you have questions please contact the TWiki webmaster %WIKIWEBMASTER%.
|
|
|
|
%STOPINCLUDE%
|
|
__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)
|
|
@
|
|
|
|
|
|
1.7
|
|
log
|
|
@none
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
%META:TOPICINFO{author="PeterThoeny" date="1050384960" format="1.0" version="1.7"}%
|
|
d7 1
|
|
a7 1
|
|
<form name="passwd" action="%SCRIPTURL%/passwd%SCRIPTSUFFIX%/%TWIKIWEB%/%HOMETOPIC%" method="post">
|
|
d12 1
|
|
a12 1
|
|
| <input type="hidden" name="TopicName" value="%TOPIC%" /> | <input type="hidden" name="change" value="on" /> <input type="submit" value=" Request password change " /> (Fields marked =<Font color="red">**</font>= are required) |
|
|
@
|
|
|
|
|
|
1.6
|
|
log
|
|
@none
|
|
@
|
|
text
|
|
@d1 3
|
|
a3 2
|
|
%META:TOPICINFO{author="PeterThoeny" date="1042784460" format="1.0" version="1.6"}%
|
|
<font size="+2">Change password</font> <br>
|
|
d16 1
|
|
a16 1
|
|
%STOPINCLUDE%
|
|
d18 3
|
|
@
|
|
|
|
|
|
1.5
|
|
log
|
|
@none
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
%META:TOPICINFO{author="PeterThoeny" date="1036655837" format="1.0" version="1.5"}%
|
|
d4 1
|
|
a4 1
|
|
__Forgot your old password?__ Then use ResetPassword instead. Please only use ResetPassword in case you really forgot your password. Thank you.
|
|
d16 1
|
|
a16 1
|
|
If you have questions please contact the Wiki webmaster %WIKIWEBMASTER%.
|
|
@
|
|
|
|
|
|
1.4
|
|
log
|
|
@none
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
%META:TOPICINFO{author="RichardDonkin" date="1016527231" format="1.0" version="1.4"}%
|
|
d7 5
|
|
a11 19
|
|
<table border="1">
|
|
<tr>
|
|
<td align="right">Your %TWIKIWEB%.WikiName: </td> <td><input type="text" name="username" value="" size="40" /> =<font color="red">**</font>= </td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">Old password </td> <td><input type="password" name="oldpassword" size="40" /> =<font color="red">**</font>= </td>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td align="right">New password </td> <td><input type="password" name="password" size="40" /> =<font color="red">**</font>= </td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">Retype new password </td> <td><input type="password" name="passwordA" size="40" /> =<font color="red">**</font>= </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" align="right"> <input type="hidden" name="TopicName" value="%TOPIC%" /></td>
|
|
<td> <input type="hidden" name="change" value="on"> <input type="submit" value=" Request password change " /> (Fields marked =<Font color="red">**</font>= are required) </td>
|
|
</tr>
|
|
</table>
|
|
@
|
|
|
|
|
|
1.3
|
|
log
|
|
@none
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
%META:TOPICINFO{author="PeterThoeny" date="1007619147" format="1.0" version="1.3"}%
|
|
d6 1
|
|
a6 1
|
|
<form name="passwd" action="%SCRIPTURL%/passwd%SCRIPTSUFFIX%/%MAINWEB%/%HOMETOPIC%" method="post">
|
|
@
|
|
|
|
|
|
1.2
|
|
log
|
|
@none
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
%META:TOPICINFO{author="MikeMannix" date="999754253" format="1.0" version="1.2"}%
|
|
d3 1
|
|
a3 1
|
|
|
|
d5 2
|
|
a6 3
|
|
|
|
<FORM name="passwd" action="%SCRIPTURL%/passwd%SCRIPTSUFFIX%/%MAINWEB%/%HOMETOPIC%" method="post">
|
|
|
|
d9 1
|
|
a9 1
|
|
<td align="right">Your %TWIKIWEB%.WikiName: </td> <td><input type="text" name="username" value="" size="40"> =<font color="red">**</font>= </td>
|
|
d12 1
|
|
a12 1
|
|
<td align="right">Old password </td> <td><input type="password" name="oldpassword" size="40"> =<font color="red">**</font>= </td>
|
|
d16 1
|
|
a16 1
|
|
<td align="right">New password </td> <td><input type="password" name="password" size="40"> =<font color="red">**</font>= </td>
|
|
d19 1
|
|
a19 1
|
|
<td align="right">Retype new password </td> <td><input type="password" name="passwordA" size="40"> =<font color="red">**</font>= </td>
|
|
d22 2
|
|
a23 2
|
|
<td valign="top" align="right"> <input type="hidden" name="TopicName" value="%TOPIC%"></td>
|
|
<td> <input type="hidden" name="change" value="on"> <input type="submit" value=" Request password change "> (Fields marked =<Font color="red">**</font>= are required) </td>
|
|
d26 2
|
|
a27 2
|
|
</FORM>
|
|
|
|
@
|
|
|
|
|
|
1.1
|
|
log
|
|
@none
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
%META:TOPICINFO{author="MikeMannix" date="999567506" format="1.0" version="1.1"}%
|
|
d30 2
|
|
a31 2
|
|
|
|
If you have questions please contact the Wiki webmaster %WIKIWEBMASTER%.
|
|
@
|