summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2022-10-06 20:44:35 +0200
committerGitHub <noreply@github.com>2022-10-06 20:44:35 +0200
commit8eb8d61b1712f7f8ee4570b70c04c536a9bc4f98 (patch)
tree58e7dfae137a96ed65ff8d3be43c462d827e9966 /docs
parent545156f64a907ec33561a6f5c7df08a696bb4722 (diff)
parenta48df9e1300117a61e66bd83880afe353cf640f9 (diff)
downloadvyos-documentation-8eb8d61b1712f7f8ee4570b70c04c536a9bc4f98.tar.gz
vyos-documentation-8eb8d61b1712f7f8ee4570b70c04c536a9bc4f98.zip
Merge pull request #865 from goodNETnick/password_reset
Password recovery procedure
Diffstat (limited to 'docs')
-rw-r--r--docs/_static/images/password-recovery-01.pngbin0 -> 26445 bytes
-rw-r--r--docs/operation/index.rst1
-rwxr-xr-xdocs/operation/password-recovery.rst25
3 files changed, 26 insertions, 0 deletions
diff --git a/docs/_static/images/password-recovery-01.png b/docs/_static/images/password-recovery-01.png
new file mode 100644
index 00000000..345ca357
--- /dev/null
+++ b/docs/_static/images/password-recovery-01.png
Binary files differ
diff --git a/docs/operation/index.rst b/docs/operation/index.rst
index e1414b3c..037c9286 100644
--- a/docs/operation/index.rst
+++ b/docs/operation/index.rst
@@ -8,4 +8,5 @@ Operation Mode
information
boot-options
+ password-recovery
raid \ No newline at end of file
diff --git a/docs/operation/password-recovery.rst b/docs/operation/password-recovery.rst
new file mode 100755
index 00000000..59f4d7c9
--- /dev/null
+++ b/docs/operation/password-recovery.rst
@@ -0,0 +1,25 @@
+.. _password-recovery:
+
+#################
+Password Recovery
+#################
+
+Using the console, restart the VyOS router. The GRUB menu appears.
+Select the relevant option from the GRUB menu and press Enter.
+The option must start with “Lost password change.”
+
+.. figure:: /_static/images/password-recovery-01.png
+ :width: 600
+
+The stand-alone user-password recovery tool starts running and prompts
+you to reset the local system user password.
+
+.. code-block:: console
+
+ Do you wish to reset the admin password? (y or n)
+ y
+ Which admin account do you want to reset?[vyos]
+ my_username
+ Enter my_username password:
+ Retype my_username password:
+ System will reboot in 10 seconds...