mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-15 18:12:02 +01:00
* Proofread boot-options.rst * Fix line length Markdown lint errors * Proofread information.rst * Update lastproofread date in information.rst * Updated password-recovery.rst * Proofread upgrade-recovery.rst * Fix line length linting errors * Proofread up to Empty 2+ Disk * Complete proofread of raid.rst * Update upgrade-recovery timeout explanation * Fix header formatting * Update docs/operation/boot-options.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add missing period in raid.rst * Implement Copilot feedback --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Daniil Baturin <daniil@baturin.org>
28 lines
752 B
ReStructuredText
Executable File
28 lines
752 B
ReStructuredText
Executable File
:lastproofread: 2025-11-19
|
|
|
|
.. _password-recovery:
|
|
|
|
#################
|
|
Password Recovery
|
|
#################
|
|
|
|
Using the console, restart the VyOS router. The GRUB menu appears.
|
|
Select the relevant option from the GRUB menu, then press **Enter**.
|
|
The option must begin with *Lost password change.*
|
|
|
|
.. figure:: /_static/images/password-recovery-01.png
|
|
:width: 600
|
|
|
|
The stand-alone user-password recovery tool runs 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...
|