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