mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-12-24 14:27:01 +00:00
add password for admin user
This commit is contained in:
committed by
qoijjj
parent
687eda764d
commit
7131b1599d
@@ -40,8 +40,9 @@ Creating a dedicated wheel user and removing wheel from your primary user helps
|
||||
|
||||
1. ```adduser admin```
|
||||
2. ```usermod -aG wheel admin```
|
||||
3. ```gpasswd -d {your username here} wheel```
|
||||
4. ```reboot```
|
||||
3. ```passwd admin```
|
||||
4. ```gpasswd -d {your username here} wheel```
|
||||
5. ```reboot```
|
||||
|
||||
When not in the wheel group, a user can be added to a dedicated group, otherwise certain actions are blocked:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user