[epiphany] help: passwords not shown in Personal Data



commit 90330b9134d2d7ef4bb77b2b5ee08db63055a524
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Mon Oct 21 15:52:46 2013 -0700

    help: passwords not shown in Personal Data

 help/C/index.page               |    4 ++--
 help/C/prob-passwords-show.page |   39 +++++++++++++++++++++++++++++++++++++++
 help/Makefile.am                |    3 ++-
 3 files changed, 43 insertions(+), 3 deletions(-)
---
diff --git a/help/C/index.page b/help/C/index.page
index 2843a76..33ca188 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -37,9 +37,9 @@
     <title>Options and settings</title>
   </section>
 
-<!--  <section id="prob">
+  <section id="prob">
     <title>Common problems</title>
-  </section>-->
+  </section>
 
 </page>
 
diff --git a/help/C/prob-passwords-show.page b/help/C/prob-passwords-show.page
new file mode 100644
index 0000000..9374abf
--- /dev/null
+++ b/help/C/prob-passwords-show.page
@@ -0,0 +1,39 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic" style="task"
+      id="prob-passwords-show">
+
+  <info>
+    <link type="guide" xref="index#prob"/>
+    <link type="seealso" xref="pref-passwords"/>
+    <link type="seealso" xref="data"/>
+
+    <revision pkgversion="3.10" date="2013-10-21" 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>I saved my passwords for websites, but they are not listed in the <gui>Passwords</gui> 
dialog.</desc>
+  </info>
+
+  <title>Where are my stored passwords?</title>
+
+  <p>Most of your passwords will not be shown in the
+  <gui style="tab" xref="data-passwords">Passwords</gui> tab of the
+  <gui>Personal Data</gui> dialog. You should be able to update and delete your
+  stored passwords through your password manager.</p>
+
+  <p>You will only be able to see the HTTP-Auth passwords in
+  <app>Web</app>.</p>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index b433a5f..8d9bbac 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -32,6 +32,7 @@ HELP_FILES = \
        pref-css.page \
        pref-downloads.page \
        pref-font.page \
-       pref-passwords.page
+       pref-passwords.page \
+       prob-passwords-show.page
 
 HELP_LINGUAS = cs de es hu pt_BR


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]