From: louisabraham Date: Mon, 10 Dec 2018 20:56:37 +0000 (+0100) Subject: update doc X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=47af1b5bfe0eb06cc7eb04af8e558e0cf2ad1ea6;p=gamesguru%2Fffpass.git update doc --- diff --git a/README.md b/README.md index f9afdbf..85b291b 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,10 @@ ffpass export --to passwords.csv cannot create the password database for security reasons. Just add one password manually to Firefox to create the database. + - Empty url field in Firefox after importing: the urls of the source + csv file must begin with a scheme (`http://`, `https://`, `ftp://`, + etc…) + ## Credits Thanks a lot to @lclevy for the retro-engineering\! I was inspired by diff --git a/README.rst b/README.rst index ee39bf9..c8fbfb8 100644 --- a/README.rst +++ b/README.rst @@ -154,6 +154,10 @@ Troubleshoot ``ffpass`` cannot create the password database for security reasons. Just add one password manually to Firefox to create the database. +- Empty url field in Firefox after importing: the urls of the source + csv file must begin with a scheme (``http://``, ``https://``, + ``ftp://``, etc…) + Credits -------