diff options
author | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2023-02-28 14:24:11 -0300 |
---|---|---|
committer | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2023-02-28 14:26:08 -0300 |
commit | 8f4dc58409fc48ba21e74c02eef581f5e3bb70bd (patch) | |
tree | 42d210d5840380b29fde4ac9f46823d10324985a | |
parent | f11adcd378db63d750b88aafbf153334ffb0cdca (diff) |
Mention password export as a "plan B".
-rw-r--r-- | firstrun/password-de.html | 11 | ||||
-rw-r--r-- | firstrun/password-en.html | 7 | ||||
-rw-r--r-- | firstrun/password-pt.html | 7 |
3 files changed, 24 insertions, 1 deletions
diff --git a/firstrun/password-de.html b/firstrun/password-de.html index ae4b9d7..465fd24 100644 --- a/firstrun/password-de.html +++ b/firstrun/password-de.html @@ -31,12 +31,21 @@ mv "Login Data" "Login Data.old"</code></pre> Bitte reichen Sie in diesem Fall einen Fehlerbericht in Launchpad ein. </p> + <p> + Um sorgfältig vorsichtig zu sein, gehen Sie zur <i>Einstellungen</i> > + <i>Passwortmanager</i> (about://settings/passwords), klicken Sie das + drei-Punkte Symbol + neben <i>Gespeicherte Passwörter</i> und dann <i>Passwörter exportieren</i> + in eine CSV Datei. Diese können Sie später importieren, um Ihre Passwörter + wiederherzustellen. + </p> + <hr> <p> <b> Um diese Meldung zu deaktivieren, erstellen Sie die Datei - <tt>~/snap/chromium/common/chromium/Default/Login Data.old</tt>. + <tt>~/snap/chromium/common/chromium/Default/Login Data.old</tt></b>. </p> </body> </html> diff --git a/firstrun/password-en.html b/firstrun/password-en.html index a3cfc70..67e8c5e 100644 --- a/firstrun/password-en.html +++ b/firstrun/password-en.html @@ -30,6 +30,13 @@ mv "Login Data" "Login Data.old"</code></pre> back to <tt>Login Data</tt>. </p> + <p> + If you want to be meticulously cautious, go to <i>Password Manager</i> in the + <i>Settings</i> page (about://settings/passwords), click the + three dots icon beside <i>Saved Passwords</i> and <i>Export passwords</i> + as a CSV file, which you can thereafter import to restore your passwords. + </p> + <hr> <p> diff --git a/firstrun/password-pt.html b/firstrun/password-pt.html index 5b0b2a2..8c031a4 100644 --- a/firstrun/password-pt.html +++ b/firstrun/password-pt.html @@ -31,6 +31,13 @@ mv "Login Data" "Login Data.old"</code></pre> o arquivo de volta para <tt>Login Data</tt>. </p> + <p> + Se quiser ser meticulosamente cuidadoso, vá ao <i>Gerenciador de senhas</i> + na página de <i>Configurações</i> (about://settings/passwords), clique os + três pontos ao lado de <i>Senhas salvas</i> e exporte as senhas para um + arquivo CSV, que poderá depois ser importado para restaurar as senhas. + </p> + <hr> <p> |