Difference between revisions of "HowTo:Password"

From CAC Wiki
Jump to: navigation, search
(Using a Standard Login Terminal)
Line 6: Line 6:
 
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" |
 
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" |
  
=== Using a Standard Login Terminal ===
+
The standard way to change the password is through a login terminal. This can be doen either from sflogin0 or swlogin1.
  
The standard way to change the password is through a login terminal. The command to do this is "passwd":
+
The command to use is "passwd":
  
 
<pre>
 
<pre>

Revision as of 12:40, 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.

The standard way to change the password is through a login terminal. This can be doen either from sflogin0 or swlogin1.

The command to use 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.