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 Registered e-mail addresses for currently logged in user (`admin`):
14
15 [[TWikiUsers]] has a list of other TWiki users.
16
17 <form action="http://www.dementia.org/twiki/passwd/%WEB%/%TOPIC%" method="post" name="passwd">
18   <div>
19     <div>
20       <table border="1" cellpadding="0" cellspacing="0" style="border-width: 1px">
21         <tr>
22           <td align="right" style=""> Your [[TWiki/LoginName]]: </td>
23           <td style=""><input name="username" size="40" type="text" value="admin" /> <code><font color="red">**</font></code></td>
24         </tr>
25         <tr>
26           <td align="right" style=""> Password: </td>
27           <td style=""><input name="oldpassword" size="40" type="password" value="" /> <code><font color="red">**</font></code></td>
28         </tr>
29         <tr>
30           <td align="right" style=""> New e-mails (space-separated list): </td>
31           <td style=""><input name="email" size="40" type="text" /> <code><font color="red">**</font></code></td>
32         </tr>
33         <tr>
34           <td align="right" style="">  <input name="TopicName" type="hidden" value="%TOPIC%" /><input name="action" type="hidden" value="changePassword" /></td>
35           <td style=""><input type="submit" value="Change e-mail address" />    (Fields marked <code><font color="red">**</font></code> are required) </td>
36         </tr>
37       </table>
38     </div>
39   </div>
40 </form>
41
42 After submitting this form your e-mail will be changed, and you will be returned to this form.
43
44 If you have any questions, please contact 0.
45
46 **_Related topics:_** [[ChangePassword]], [[ResetPassword]], [[UserToolsCategory]], [[AdminToolsCategory]]
47
48 <table bgcolor="yellow">
49   <tr>
50     <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>
51   </tr>
52 </table>