]> git.0d.be Git - empathy.git/blob - help/C/add-account.page
remove invalid <license/> tag, and update legal.xml to cc by-sa
[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 version="3.0" date="2009-06-24" status="draft"/>
10
11     <credit type="author">
12       <name>Milo Casagrande</name>
13       <email>milo@ubuntu.com</email>
14     </credit>
15     <copyright>
16       <year>2009</year>
17       <name>GNOME Documentation Project</name>
18     </copyright>
19
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               If it is the first time you launch <app>Empathy</app>:
46       </p>
47       <list>
48         <item>
49           <p>
50             From the <gui>Type</gui> drop-down list choose
51             the service you wish to add an account for, then click
52             on the <gui>Create</gui> button.
53           </p>
54         </item>
55       </list>
56       <p>
57         Otherwise:
58       </p>
59       <steps>
60         <item>
61           <p>
62             Click on the <gui>Add</gui> button.
63           </p>
64         </item>
65         <item>
66           <p>
67             From the <gui>Type</gui> drop-down list choose
68             the service you wish to add an account for, then click
69             on the <gui>Create</gui> button.
70           </p>
71         </item>
72       </steps>
73     </item>
74     <item>
75       <p>
76       Fill the required fields with your <em>user
77             name</em> and       <em>password</em>.
78       </p>
79     </item>
80     <item>
81       <p>
82       To enable the new account, select the
83             <gui>Enabled</gui> check-box next to
84             the name of the account in the box on the left of the dialog.
85       </p>
86     </item>
87   </steps>
88
89   <p>
90     If you want to change the name that identifies the account in the <gui>Accounts</gui> 
91     dialog, double-click on the name of the account in the box on the left of the dialog 
92     and type the new name.
93   </p>
94
95 </page>