]> git.0d.be Git - empathy.git/blob - help/C/add-account.page
[help] Updating add-account and create-account
[empathy.git] / help / C / add-account.page
1 <page xmlns="http://projectmallard.org/1.0/"
2       type="topic" style="task"
3       id="add-account">
4
5   <info>
6     <link type="guide" xref="index#accounts"/>
7     <link type="seealso" xref="remove-account"/>
8     <desc>Add a new account to <app>Empathy</app>.</desc>
9     <revision pkgversion="2.28" version="0.1" date="2009-06-24" status="draft"/>
10     <revision pkgversion="2.28" version="0.1" date="2009-08-10" status="review"/>
11     <revision pkgversion="2.28" version="0.2" date="2009-08-27" status="review"/>
12     <credit type="author">
13       <name>Milo Casagrande</name>
14       <email>milo@ubuntu.com</email>
15     </credit>
16     <credit type="author">
17       <name>Shaun McCance</name>
18       <email>shaunm@gnome.org</email>
19     </credit>
20     <copyright>
21       <year>2009</year>
22       <name>GNOME Documentation Project</name>
23     </copyright>
24     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
25   </info>
26
27   <title>Add a new account</title>
28
29   <p>You can add instant messaging accounts from any supported service to communicate
30   with all of your contacts in <app>Empathy</app>.  For some account providers,
31   these steps will also allow you to register for a new account.  For more details,
32   see <link xref="create-account"/>.</p>
33
34   <steps>
35     <item>
36       <p>From the <gui>Contact List</gui> window, choose <guiseq><gui>Edit</gui>
37       <gui>Accounts</gui></guiseq>, or press <key>F4</key>.</p>
38     </item>
39     <item>
40       <p>Click the <gui style="button">Add</gui> button.</p>
41     </item>
42     <item>
43       <p>From the <gui>Add new</gui> drop-down list, select the type of account you wish
44       to add.</p>
45     </item>
46     <item>
47       <p>If you do not already have a registered account, select <gui>Create a new account</gui>.
48       This feature is not available for all account types, and may not work with some account
49       providers.  See <link xref="create-account"/> for more information.</p>
50     </item>
51     <item>
52       <p>Click <gui>Create</gui>.</p>
53     </item>
54     <item>
55       <p>Enter the required information.  For most accounts, you will only need
56       a login ID and a password.  Some accounts may require additional information.
57       See <link xref="accounts-window#details"/> for more information.</p>
58     </item>
59     <item>
60       <p>Click <gui style="button">Connect</gui> to enable the new account.</p>
61
62       <!-- TODO: check if it's a bug or what. In case, this part needs to
63       be removed or we must signal it as a bug! -->
64
65       <note style="warning">
66         <p>If you close the <gui>Accounts</gui> window without clicking
67         <gui>Connect</gui>, the entire account will be lost, and you will
68         need to create it again.</p>
69         <p>If you select another account without clicking <gui>Connect</gui>,
70         any information you have entered will be lost.</p>
71       </note>
72     </item>
73   </steps>
74
75   <note style="tip">
76     <p>To change the name the identifies the account in the <gui>Accounts</gui>
77     window, select the account from the list on the left and either click on the
78     name or press the space bar.  Edit the account name and press <key>Enter</key>
79     when you’re finished.</p>
80   </note>
81
82 </page>