From 513f01ca9e70b3d5fcd6cc0cbb5da606e9a6b24c Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Mon, 4 Jul 2022 13:42:12 -0600 Subject: [PATCH] rip old reset password flow docs --- site/source/support/faq/faq-basic-use.rst | 2 +- site/source/user-manual/forgot-password.rst | 89 --------------------- site/source/user-manual/index.rst | 1 - 3 files changed, 1 insertion(+), 91 deletions(-) delete mode 100644 site/source/user-manual/forgot-password.rst diff --git a/site/source/support/faq/faq-basic-use.rst b/site/source/support/faq/faq-basic-use.rst index ef2d122..4db2d29 100644 --- a/site/source/support/faq/faq-basic-use.rst +++ b/site/source/support/faq/faq-basic-use.rst @@ -23,7 +23,7 @@ Yes, but there is currently no way to synchronize or federate them. We are work What if I forget my Embassy password? ------------------------------------- -Check out the :ref:`Forgot Password` section of these docs, and let us know if you have any additional questions. All your services and data will remain. +Password reset flow is coming in the eOS v0.3.1 release! If you need to reset your password in the meantime, please contact support. My Embassy is set up, now what? ------------------------------- diff --git a/site/source/user-manual/forgot-password.rst b/site/source/user-manual/forgot-password.rst deleted file mode 100644 index 89df43d..0000000 --- a/site/source/user-manual/forgot-password.rst +++ /dev/null @@ -1,89 +0,0 @@ -.. _forgot-password: - -=============== -Forgot Password -=============== - -.. contents:: - :depth: 2 - :local: - -.. note:: There is currently no way to reset you Embassy master password through a standard UI flow. - -Using SSH ---------- - -.. note:: Resetting you password with SSH only possible if you have already :ref:`set up SSH` on your Embassy. - -#. Use the command line to gain SSH access to your Embassy, replacing ``[network-id]`` with your Embassy's unique ID: - - .. code-block:: bash - - ssh root@embassy-[network-id].local - -#. Check if you have sqlite3 installed (with ``which``). If not, install it (with ``apt``): - - .. code-block:: bash - - which sqlite3 - sudo apt install sqlite3 - -#. Access the sqlite3 terminal: - - .. code-block:: bash - - sudo sqlite3 /root/agent/start9_agent.sqlite3 - -#. Run: - - .. code-block:: bash - - delete from account; - .quit - -#. Exit the SSH session: - - .. code-block:: bash - - exit - - .. warning:: Running setup process will generate new certificate and Tor address for your Embassy. - -#. You can now visit http://embassy.local to reclaim your Embassy and set a new password. - -Using a Linux Computer ----------------------- - -#. Shut down your Embassy, disconnect from power, and remove the microSD card. -#. Insert the microSD card into your Linux computer and mount the drive:: - - mount [drive] [mount folder] - -#. Check if you have sqlite3 installed. If not, install it:: - - which sqlite3 - sudo apt install sqlite3 - -#. Access the sqlite3 terminal:: - - sudo sqlite3 /root/agent/start9_agent.sqlite3 - -#. Run:: - - delete from account; - .quit - -#. Un-mount the microSD card:: - - umount [mount folder] - -#. Return the microSD card to your Embassy and power it on. - - .. warning:: Running setup process will generate new certificate and Tor address for your Embassy. - -#. You can now visit http://embassy.local to reclaim your Embassy and set a new password. - -No SSH/Linux ------------- - -You must factory reset your device by re-installing EmbassyOS, resulting in permanent loss of data. Visit the `image downloader `_ to obtain a new EmbassyOS image, then follow the :ref:`Initial Setup ` guide. diff --git a/site/source/user-manual/index.rst b/site/source/user-manual/index.rst index 0923c30..dee6a18 100644 --- a/site/source/user-manual/index.rst +++ b/site/source/user-manual/index.rst @@ -15,7 +15,6 @@ Welcome to the EmbassyOS user manual. Here you will discover all that you Embass dashboard-overview updating backups/index - forgot-password customize managing-services service-guides/index