none
[openafs-wiki.git] / TWiki / ChangeEmailAddress.mdwn
1 # <a name="Change E-mail Address"></a> Change E-mail Address
2
3 **This form is used to change your registered e-mail addresses. Your registered e-mails are used by TWiki for sending you e-mails, include notifications of password changes. The addresses you register via this form are kept secret and will **not** be published anywhere on this site.**
4
5 %X% **_Security Note_**: You really ought to register a valid e-mail address. If TWiki can't find a registered e-mail for you in the secret database, it will look in your user topic for a line like this:
6
7        * Set Email = user@example.com
8
9 If your user topic is not protected from changes by other people, and you don't register an e-mail address using this form, then your user account could be hijacked by someone else.
10
11 If your old e-mail addresses are all invalid (you can't receive mail there any more) and you have forgotten your password, please contact 0 for help.
12
13 <form action="http://www.dementia.org/twiki/passwd/%WEB%/%TOPIC%" method="post" name="passwd">
14   <div>
15     <div><strong>After submitting this form your e-mail will be changed, and you will be returned to this form.</strong></div>
16     <div> Registered e-mail addresses for currently logged in user (<code>admin</code>): </div>
17     <div>
18       <table border="0" cellpadding="0" cellspacing="0" style="border-width: 0px">
19         <tr>
20           <td style="border-width: 0px">   </td>
21           <td style="border-width: 0px"> Fields marked <code><font color="red">**</font></code> are required </td>
22         </tr>
23         <tr>
24           <td align="right" style="border-width: 0px"> Your [[TWiki/LoginName]]: </td>
25           <td style="border-width: 0px"><input name="username" size="40" type="text" value="admin" /> <code><font color="red">**</font></code></td>
26         </tr>
27         <tr>
28           <td align="right" style="border-width: 0px"> Password: </td>
29           <td style="border-width: 0px"><input name="oldpassword" size="40" type="password" value="" /> <code><font color="red">**</font></code></td>
30         </tr>
31         <tr>
32           <td align="right" style="border-width: 0px"> New e-mails (space-separated list): </td>
33           <td style="border-width: 0px"><input name="email" size="40" type="text" /> <code><font color="red">**</font></code></td>
34         </tr>
35       </table>
36     </div>
37     <div><input name="TopicName" type="hidden" value="%TOPIC%" /> <input name="action" type="hidden" value="changePassword" /> <input type="submit" value="Change e-mail address" /></div>
38   </div>
39 </form>
40
41 <div>
42   <ul>
43     <li><img align="top" alt="info" border="0" height="16" src="http://www.dementia.org/twiki//view/Main/WebHome/info.gif" width="16" /> If you have any questions, please contact 0. </li>
44     <li><img align="top" alt="info" border="0" height="16" src="http://www.dementia.org/twiki//view/Main/WebHome/info.gif" width="16" /> [[Main/TWikiUsers]] has a list of other TWiki users. </li>
45   </ul>
46 </div>
47
48 **_Related topics:_** [[ChangePassword]], [[ResetPassword]], [[UserToolsCategory]], [[AdminToolsCategory]]
49
50 <table bgcolor="yellow">
51   <tr>
52     <td><strong><em>Note to administrator:</em></strong> This form applies only if TWiki uses a {PasswordManager} that supports storing e-mails (e.g. TWiki::Users::HtPasswdUser). Otherwise replace this topic with a note describing how to change registered e-mail in your organization). </td>
53   </tr>
54 </table>