mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Merge pull request #865 from goodNETnick/password_reset
Password recovery procedure
This commit is contained in:
commit
8eb8d61b17
BIN
docs/_static/images/password-recovery-01.png
vendored
Normal file
BIN
docs/_static/images/password-recovery-01.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
@ -8,4 +8,5 @@ Operation Mode
|
||||
|
||||
information
|
||||
boot-options
|
||||
password-recovery
|
||||
raid
|
||||
25
docs/operation/password-recovery.rst
Executable file
25
docs/operation/password-recovery.rst
Executable file
@ -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...
|
||||
Loading…
x
Reference in New Issue
Block a user