Difference between revisions of "HowTo:Password"
(→Using the Portal) |
(→How To Change Your Password) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == How To Change Your | + | __NOTOC__ |
− | + | == 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.''' | '''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.''' | ||
− | === | + | {| style="border-spacing: 8px;" |
+ | | valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" | | ||
− | The standard way to change the password is through a login terminal. The command to | + | === Changing your password when logged in === |
+ | The standard way to change the password is through a login terminal. This can be done either from sflogin0 or swlogin1. | ||
+ | |||
+ | The command to use is "passwd": | ||
<pre> | <pre> | ||
Line 16: | Line 20: | ||
$ | $ | ||
</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. | ||
− | === | + | === Re-setting a new password when you have forgotten it === |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | === | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | If you have forgotten your password and can't login to the system, you need to contact us at [mailto:cac.help@queensu.ca cac.help@queensu.ca]. | |
+ | We will then reset your password and contact you with a request for a phone call so we can issue the password to you. We do not issue passwords through email. | ||
+ | Be prepared to answer question to authenticate you. | ||
+ | |} |
Latest revision as of 12:56, 4 October 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.
Changing your password when logged inThe standard way to change the password is through a login terminal. This can be done 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. Re-setting a new password when you have forgotten itIf you have forgotten your password and can't login to the system, you need to contact us at cac.help@queensu.ca. We will then reset your password and contact you with a request for a phone call so we can issue the password to you. We do not issue passwords through email. Be prepared to answer question to authenticate you. |