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 110 111 112 113
|
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="topic" style="task"
id="data-passwords">
<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"/>
<revision pkgversion="3.33" date="2019-04-08" status="candidate"/>
<revision pkgversion="40.alpha" date="2021-01-12" 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>
<credit type="copyright editor">
<name>Federico Bruni</name>
<email its:translate="no">fede@inventati.org</email>
<years>2021</years>
</credit>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
<desc>How do I remove and update stored passwords?</desc>
</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>Press the menu button in the top-right corner of the window and select
<guiseq><gui style="menuitem">Preferences</gui><gui style="tab">Privacy</gui><gui style="button">Passwords</gui></guiseq> to see your saved passwords.</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>Press the menu button in the top-right corner of the window and select
<guiseq><gui style="menuitem">Preferences</gui><gui style="tab">Privacy</gui>
<gui style="button">Passwords</gui></guiseq>.</p>
</item>
<item>
<p>Click on the search button at the top right and enter the address
of the website.</p>
</item>
<item>
<p>Click on the item to unfold its details.</p>
</item>
<item>
<p>Press <gui style="button">Remove Password</gui> to remove the
saved password.</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">Save</gui> to finish. This will
update your old password for the webpage.</p>
</item>
</steps>
</section>
</page>
|