FAQs
Login
What to do if a regular user forgets their password?
If a regular user forgets their password, it can be changed by the root user. Here are the specific steps.
-
Boot into the login screen, as shown below
-
Press the Ctrl + Alt + F3 key combination (make sure to lock Fn first) to enter the tty3 terminal, as shown below
-
Enter the username
root
and password, the default password isbianbu
, as shown below -
Run
export LANG=en_US.UTF-8
to temporarily change the terminal language to avoid garbled text -
Run
passwd username
to change the user's password, for example, for the userbianbu
, as shown below -
Press the Ctrl + Alt + F1 key combination to switch back to the login screen and log in with the new password.