blob: b2781713ad015ad16521791d009d2fb869787494 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<font>Request for reset of password</font><br />
Please only use this **ResetPassword** form in case you really forgot your password. Otherwise just change it using [[ChangePassword]]. 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">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 type="submit" value=" Request password reset " /> (Fields marked <code><font color="red">**</font></code> are required) </td>
</tr>
</table>
</form>
After submitting this form you will receive a page with yor **new password** appearing **encrypted**. %STOPINCLUDE% You will have to send this information to the Wiki webmaster %WIKIWEBMASTER% by email.
|