From 4922bcfb8136ff618934ee3f27282216616d4403 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Mon, 9 Nov 2020 09:32:19 -0700 Subject: [PATCH] better forgot password instructions --- .../embassyos/general/forgot-password.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/source/user-manuals/embassyos/general/forgot-password.rst b/source/user-manuals/embassyos/general/forgot-password.rst index 689d086..8f1b1d5 100644 --- a/source/user-manuals/embassyos/general/forgot-password.rst +++ b/source/user-manuals/embassyos/general/forgot-password.rst @@ -11,9 +11,20 @@ If you already have :ref:`SSH keys registered with your Embassy` **OR * SSH: - * Use the command line to gain remote access to your Embassy, then run:: + * Use the command line to gain remote access to your Embassy + + ssh pi@start9-[network-id].local + + * Install the sqlite3 command line utility + + sudo apt install sqlite3 + + * Access the sqlite3 terminal:: sudo sqlite3 /root/agent/start9_agent.sqlite3 + + * Then inside the sqlite3 terminal:: + delete from account; .quit