~ubuntu-branches/ubuntu/wily/epiphany-browser/wily

« back to all changes in this revision

Viewing changes to help/C/data-passwords.page

Tags: upstream-3.10.1
ImportĀ upstreamĀ versionĀ 3.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      xmlns:its="http://www.w3.org/2005/11/its"
 
3
      type="topic" style="task"
 
4
      id="data-passwords">
 
5
 
 
6
  <info>
 
7
    <link type="guide" xref="index#start"/>
 
8
    <link type="guide" xref="data"/>
 
9
    <link type="seealso" xref="pref-passwords"/>
 
10
    <revision pkgversion="3.10" date="2013-07-05" status="review"/>
 
11
 
 
12
    <credit type="author copyright">
 
13
      <name>Aruna Sankaranarayanan</name>
 
14
      <email its:translate="no">aruna.evam@gmail.com</email>
 
15
      <years>2013</years>
 
16
    </credit>
 
17
    <credit type="copyright editor">
 
18
      <name>Ekaterina Gerasimova</name>
 
19
      <email its:translate="no">kittykat3756@gmail.com</email>
 
20
      <years>2013</years>
 
21
    </credit>
 
22
 
 
23
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
24
 
 
25
    <desc>How do I remove and update stored passwords?</desc>
 
26
  </info>
 
27
 
 
28
  <title>Manage passwords</title>
 
29
 
 
30
  <p>You can save all of your passwords so that you do not have to reenter them
 
31
  every time that you want to log into a website. Your saved passwords are
 
32
  stored in <guiseq><gui style="menu">Web</gui><gui style="menuitem">Personal
 
33
  Data</gui><gui style="tab">Passwords</gui></guiseq>.</p>
 
34
 
 
35
  <!-- Talk about managing passwords, updating them, etc. -->
 
36
 
 
37
<section id="remove">
 
38
  <title>Remove saved passwords</title>
 
39
 
 
40
  <p>You can remove a stored password at any time.</p>
 
41
 
 
42
  <steps>
 
43
    <item>
 
44
      <p>Open <guiseq><gui style="menu">Web</gui>
 
45
      <gui style="menuitem">Personal Data</gui>
 
46
      <gui style="tab">Passwords</gui></guiseq>.</p>
 
47
    </item>
 
48
    <item>
 
49
      <p>Click on the username for the password which you want to delete.</p>
 
50
    </item>
 
51
    <item>
 
52
      <p>Press <gui style="button">Remove</gui> to remove the saved
 
53
      password.</p>
 
54
    </item>
 
55
  </steps>
 
56
 
 
57
  <p>You can view the saved passwords by ticking the <gui style="checkbox">Show
 
58
  passwords</gui> checkbox at the bottom of the window.</p>
 
59
 
 
60
  <note style="tip">
 
61
          <p>If you want to remove all your stored passwords, press
 
62
          <gui style="button">Clear</gui>. Select only the
 
63
          <gui style="checkbox">Saved passwords</gui> checkbox and press
 
64
    <gui style="button">Clear</gui> to delete all of your saved passwords.</p>
 
65
  </note>
 
66
 
 
67
</section>
 
68
 
 
69
<section id="update">
 
70
  <title>Update password</title>
 
71
 
 
72
  <p>If you have changed a password that is saved in
 
73
  <link xref="introduction"><app>Web</app></link>, you have to update it.</p>
 
74
 
 
75
  <steps>
 
76
    <title>When you have finished changing your password:</title>
 
77
    <item>
 
78
      <p>Visit the same webpage for which the password was stored and has now
 
79
      been changed.</p>
 
80
    </item>
 
81
    <item>
 
82
      <p>Your old saved password will automatically be typed in the password
 
83
      field by <app>Web</app>, so clear the password field.</p>
 
84
    </item>
 
85
    <item>
 
86
      <p>Type your new password in the password field.</p>
 
87
    </item>
 
88
    <item>
 
89
      <p>You will be asked if you want to save the password in <app>Web</app>.
 
90
      Press <gui style="button">Store password</gui> to finish. This will
 
91
      update your old password for the webpage.</p>
 
92
    </item>
 
93
  </steps>
 
94
 
 
95
</section>
 
96
 
 
97
</page>