aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--help/C/data-passwords.page29
-rw-r--r--help/C/pref-passwords.page49
2 files changed, 53 insertions, 25 deletions
diff --git a/help/C/data-passwords.page b/help/C/data-passwords.page
index 9bfef0c2a..a8930966d 100644
--- a/help/C/data-passwords.page
+++ b/help/C/data-passwords.page
@@ -6,6 +6,7 @@
<info>
<link type="guide" xref="index#start"/>
<link type="guide" xref="data"/>
+ <link type="seealso" xref="pref-passwords"/>
<revision pkgversion="3.10" date="2013-07-05" status="review"/>
<credit type="author copyright">
@@ -21,39 +22,17 @@
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
- <desc>How do I remove and update memorised passwords?</desc>
+ <desc>How do I remove and update stored passwords?</desc>
</info>
- <title>Stored passwords</title>
+ <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. Your saved passwords are
stored in <guiseq><gui style="menu">Web</gui><gui style="menuitem">Personal
Data</gui><gui style="tab">Passwords</gui></guiseq>.</p>
-<section id="pref">
- <title>Edit password preferences</title>
-
- <p>Your passwords will be remembered by default. You can check this or change
- your settings in <gui>Preferences</gui>.</p>
-
- <steps>
- <item>
- <p>Open <guiseq><gui style="menu">Web</gui>
- <gui style="menuitem">Preferences</gui>
- <gui style="tab">Privacy</gui></guiseq>.</p>
- </item>
- <item>
- <p>The <gui style="checkbox">Remember passwords</gui> checkbox will be
- ticked if your preferences are set to save passwords. Untick it to forget
- passwords.</p>
- </item>
- <item>
- <p>Press <gui style="button">Close</gui>.</p>
- </item>
- </steps>
-
-</section>
+ <!-- Talk about managing passwords, updating them, etc. -->
<section id="remove">
<title>Remove saved passwords</title>
diff --git a/help/C/pref-passwords.page b/help/C/pref-passwords.page
new file mode 100644
index 000000000..62cb13623
--- /dev/null
+++ b/help/C/pref-passwords.page
@@ -0,0 +1,49 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic" style="task"
+ id="pref-passwords">
+
+ <info>
+ <link type="guide" xref="index#privacy"/>
+ <link type="guide" xref="pref"/>
+ <revision pkgversion="3.10" date="2013-07-06" status="review"/>
+
+ <credit type="author copyright">
+ <name>Ekaterina Gerasimova</name>
+ <email its:translate="no">kittykat3756@gmail.com</email>
+ <years>2013</years>
+ </credit>
+<!-- <credit type="copyright editor">
+ <name></name>
+ <email its:translate="no"></email>
+ <years></years>
+ </credit>-->
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+ <desc>How do I enable or disable password remembering?</desc>
+ </info>
+
+ <title>Remember passwords</title>
+
+ <p>When you enter a username and password for a website, you will usually be
+ asked if you want to remember the login details. You can check if this
+ preference is enabled or change your settings in <gui>Preferences</gui>.</p>
+
+ <steps>
+ <item>
+ <p>Open <guiseq><gui style="menu">Web</gui>
+ <gui style="menuitem">Preferences</gui>
+ <gui style="tab">Privacy</gui></guiseq>.</p>
+ </item>
+ <item>
+ <p>The <gui style="checkbox">Remember passwords</gui> checkbox will be
+ ticked if your preferences are set to save passwords. Untick it to forget
+ passwords.</p>
+ </item>
+ <item>
+ <p>Press <gui style="button">Close</gui>.</p>
+ </item>
+ </steps>
+
+</page>