-
Notifications
You must be signed in to change notification settings - Fork 1.1k
How to Change the Password
Qi Luo edited this page Jul 3, 2019
·
2 revisions
Please use below command
sudo passwd USER
and input password twice.
USER is the user name, for example 'admin'.
You should have sudo privilege to run it.
Please use below command line to change specific user's password. You should have sudo privilege to run it.
echo USER:$(LANG=C perl -e 'print crypt("PASSWORD", "salt"),"\n"') | sudo chpasswd -e
USER is the user name, for example 'admin'. PASSWORD is the new password for the user.
-
For Users
-
For Developers
-
Subgroups/Working Groups
-
Presentations
-
Join Us