summaryrefslogtreecommitdiffstats
path: root/gnome-help/C/user-addguest.page
blob: 2b7aad37845b5a9b2bbc0f534c516e4c32b3e912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="user-addguest">

  <info>
    <link type="guide" xref="user-accounts#manage"/>
    <desc>Allow guests to use your computer temporarily, without having to give them a password.</desc>
    <revision pkgversion="3.0" version="0.1" date="2011-2-26" status="candidate"/>
    <credit type="author">
      <name>GNOME Documentation Project</name>
      <email>gnome-doc-list@gnome.org</email>
    </credit>
    <credit type="author">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
    </credit>
    
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
  </info>

<title>Add a guest user account</title>

<p>You can create a user account for guests, people who will only use the computer on a brief, temporary basis. The guest user will be able to use the programs on your computer, but they won't be able to access your files, mess with your settings or install apps.</p>

<!--Could conceivably do this by putting the guest user's home directory in /tmp:
<p>Guests can save files, but those files will be deleted when they log out. Everything about a guest account is temporary.</p>
-->

<p>To create a guest user account:</p>

<steps>
 <item><p>
      When in the <gui>Activities</gui> overview, <gui>Type to search</gui> 'users and groups'.  This will open the <app>Users Administration Tool</app>.   
    </p></item>
    <item><p>
      Click on <gui>Add</gui>.  You will be prompted for your password.
    </p></item>
    <item><p>
      In the <gui>Create a new user</gui> dialog, enter <input>guest</input> as the <gui>Name</gui>, and <input>guest</input> as the <gui>Username</gui>.  
    </p></item>
 <item>
  <p>When the <gui>Changing user password for guest</gui> window appears, enter a password, then check <gui>Don't ask for password on login</gui> and click <gui>OK</gui>.</p>
 </item>
 <item>
  <p>You will be returned to the Users Settings window. Make sure that <gui>guest</gui> is selected from the list on the left side of the window, and check that the account type is set to <gui>Desktop user</gui>.</p>
  <p>If it isn't, click the <gui>Change</gui> button to change the account type.</p>
 </item>
 <item>
  <p>You can change what the guest user is allowed access to on the computer. Click <gui>Advanced Settings</gui> and use the <gui>User Privileges</gui> tab to do this.</p>
 </item>
 <item>
  <p>When you've finished, close the Users Settings and try logging in to the guest user account.</p>
 </item>
</steps>

</page>