File: data-passwords.page

package info (click to toggle)
epiphany-browser 3.22.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 20,368 kB
  • ctags: 5,201
  • sloc: ansic: 56,800; sh: 4,109; makefile: 1,341; xml: 1,289; python: 33
file content (109 lines) | stat: -rw-r--r-- 3,731 bytes parent folder | download | duplicates (2)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="data-passwords" xml:lang="ru">

  <info>
    <link type="guide" xref="index#start"/>
    <link type="seealso" xref="pref-passwords"/>

    <revision pkgversion="3.10" date="2013-10-21" status="review"/>
    <revision pkgversion="3.12" date="2014-01-28" status="candidate"/>

    <credit type="author copyright">
      <name>Аруна Санкаранараянан (Aruna Sankaranarayanan)</name>
      <email its:translate="no">aruna.evam@gmail.com</email>
      <years>2013</years>
    </credit>
    <credit type="copyright editor">
      <name>Екатерина Герасимова (Ekaterina Gerasimova)</name>
      <email its:translate="no">kittykat3756@gmail.com</email>
      <years>2013</years>
    </credit>
    <credit type="copyright editor">
      <name>Baptiste Mille-Mathias</name>
      <email its:translate="no">baptistem@gnome.org</email>
      <years>2014</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>How do I remove and update stored passwords?</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Stas Solovey</mal:name>
      <mal:email>whats_up@tut.by</mal:email>
      <mal:years>2014</mal:years>
    </mal:credit>
  </info>

  <title>Manage passwords</title>

  <p>You can save all of your passwords so that you do not have to reenter them
  every time that you want to log into a website.</p>

  <p>You can see saved passwords in
  <guiseq><gui style="menu">Web</gui><gui style="menuitem">Preferences</gui><gui style="tab">Privacy</gui><gui style="button">Manage
  Passwords</gui></guiseq>.</p>

  <!-- Talk about managing passwords, updating them, etc. -->

<section id="remove">
  <title>Remove saved passwords</title>

  <p>You can remove a stored password at any time.</p>

  <steps>
    <item>
      <p>Open <guiseq><gui style="menu">Web</gui><gui style="menuitem">Preferences</gui><gui style="tab">Privacy</gui><gui style="button">Manage
      Passwords</gui></guiseq>.</p>
    </item>
    <item>
      <p>Enter the address of the website at the top of the window.</p>
    </item>
    <item>
      <p>Click on the username for the password which you want to delete.</p>
    </item>
    <item>
      <p>Press <gui style="button">-</gui> button to remove the saved
      password or press the <key>Delete</key> key.</p>
    </item>
  </steps>

  <p>You can view the saved passwords by pressing on the key button at the
  bottom-right of the password list.</p>

  <note style="tip">
    <p>You can also delete all of your stored passwords using the
    <gui style="button">Clear All</gui> button.</p>
  </note>

</section>

<section id="update">
  <title>Update a password</title>

  <p>If you have changed a password that is saved in
  <link xref="introduction"><app>Web</app></link>, you have to update it.</p>

  <steps>
    <title>When you have finished changing your password:</title>
    <item>
      <p>Visit the same webpage for which the password was stored and has now
      been changed.</p>
    </item>
    <item>
      <p>Your old saved password will automatically be typed in the password
      field by <app>Web</app>, so clear the password field.</p>
    </item>
    <item>
      <p>Type your new password in the password field.</p>
    </item>
    <item>
      <p>You will be asked if you want to save the password in <app>Web</app>.
      Press <gui style="button">Store password</gui> to finish. This will
      update your old password for the webpage.</p>
    </item>
  </steps>

</section>

</page>