Difference between revisions of "Password"

From Research Computing Center Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
==Changing your Password on Sapelo or Sapelo2==
 
==Changing your Password on Sapelo or Sapelo2==
 
Your password on Sapelo and Sapelo2 is your '''UGA MyID''' password. If you want to change it, please go to [http://eits.uga.edu/access_and_security/myid/ UGA password change] to do a change.
 
Your password on Sapelo and Sapelo2 is your '''UGA MyID''' password. If you want to change it, please go to [http://eits.uga.edu/access_and_security/myid/ UGA password change] to do a change.
 
 
==Changing your Password on zcluster==
 
When your account on the zcluster is setup, you are assigned a temporary initial password. You can login to the system with the temporary password and change it with the '''passwd''' command on the system. This command can be used whenever you need to change your password.
 
 
<pre class="gcommand">
 
zcluster> passwd
 
Changing password for user johndoe.
 
Changing password for johndoe
 
(current) UNIX password:
 
New UNIX password:
 
Retype new UNIX password:
 
passwd: all authentication tokens updated successfully.
 
</pre>
 
 
For security reasons, it is critical that users create strong passwords, following the [http://eits.uga.edu/access_and_security/infosec/pols_regs/policies/passwords/password_standard UGA password guidelines].
 

Revision as of 16:35, 14 June 2018

Changing your Password on Sapelo or Sapelo2

Your password on Sapelo and Sapelo2 is your UGA MyID password. If you want to change it, please go to UGA password change to do a change.