Difference between revisions of "HowTo:Password"
From CAC Wiki
(→Using a Standard Login Terminal) |
|||
Line 19: | Line 19: | ||
$ | $ | ||
</pre> | </pre> | ||
+ | Please note that the password entry will not appear on the screen, so it may appear that there is no response. Just continue to type in the passwords. If the two entries match a response will be issued. | ||
|} | |} |
Revision as of 12:38, 26 May 2017
How To Change Your Password
Important: When your account is newly activated you are issued a login password. This is meant as a temporary password and should be changed immediately.
Using a Standard Login TerminalThe standard way to change the password is through a login terminal. The command to do this is "passwd": $ passwd passwd: Changing password for ... Enter existing login password: New Password: Re-enter new Password: passwd: password successfully changed for ... $ Please note that the password entry will not appear on the screen, so it may appear that there is no response. Just continue to type in the passwords. If the two entries match a response will be issued. |