]> git.0d.be Git - empathy.git/blob - help/C/add-account.page
Merge branch 'do-say-me-think'
[empathy.git] / help / C / add-account.page
1 <page xmlns="http://projectmallard.org/1.0/"
2   type="topic"
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     <copyright>
17       <year>2009</year>
18       <name>GNOME Documentation Project</name>
19     </copyright>
20     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
21   </info>
22
23   <title>Add a new account</title>
24
25   <steps>
26     <item>
27       <p>
28               From the <gui>Contact List</gui> window, perform one of the following:
29       </p>
30       <list>
31               <item>
32                 <p>
33                   Press <key>F4</key>.
34           </p>
35         </item>
36         <item>
37           <p>
38             Choose <guiseq><gui>Edit</gui><gui>Accounts</gui></guiseq>.
39           </p>
40         </item>
41       </list>
42     </item>
43     <item>
44       <p>
45         Click on the <gui style="button">Add</gui> button.
46       </p>
47     </item>
48     <item>
49       <p>
50         From the <gui>Add new</gui> drop-down list choose
51         the service you wish to add an account for, then click
52         on the <gui style="button">Create</gui> button.
53       </p>
54     </item>
55     <item>
56       <p>
57         Fill the required fields with your <em>user name</em> and <em>password</em>.
58       </p>
59     </item>
60     <item>
61       <p>
62         Click on <gui style="button">Connect</gui> to enable the new account.
63       </p>
64
65       <!-- TODO: check if it's a bug or what. In case, this part needs to
66       be removed or we must signal it as a bug! -->
67
68       <note id="warning">
69         <p>
70           If you do not click on <gui style="button">Connect</gui>, and you close
71           the dialog, the account will not be created, and it will be necessary to
72           create it again.
73         </p>
74         <p>
75           If you do not click on <gui style="button">Connect</gui>, and you select
76           another account from the dialog, the data you inserted will be lost.
77         </p>
78       </note>
79     </item>
80   </steps>
81
82   <note style="tip">
83     <p>
84       If you want to change the name that identifies the account in the <gui>Accounts</gui>
85       dialog, double-click on the name of the account in the box on the left of the dialog
86       and type the new name.
87     </p>
88   </note>
89
90 </page>