We previously wrote about generating strong, secure passwords in our post, Two Free Methods for Generating Strong, Secure Passwords. If you do not have a very secure password on your Ubuntu account, you may want to follow one of those methods to generate a new, secure password and change your password in your Ubuntu account. There are two methods for changing your password in Ubuntu.
Graphical Method
The first method uses a graphical interface. To begin, select Administration | Users and Groups from the System menu.
On the Users Settings dialog box click the Change button to the right of the Password field.
On the Change User Password dialog box enter the password you are currently using in the Current password edit box. If you are using a password you choose or one you generated, enter/paste your new password twice, once in the New password edit box and again in the Confirmation edit box.
If you want Ubuntu to generate an 8-character random password, consisting of alpha-numeric characters (a-z, A-Z, 0-9), select the Generate random password option. A password immediately displays in the Password set to edit box. If you want a different password than the one displayed, click the Generate button to generate a new one.
NOTE: To generate longer passwords with more different character sets in it, see the post mentioned at the beginning of this post. You can paste any password generated by an outside tool or website into the New password and Confirmation edit boxes under Set password by hand.
When you click OK on the Change User Password dialog box, Ubuntu analyzes the new password you chose. If you try to use a password that is too similar to the current password, Ubuntu warns you and does not allow you to choose that password. When you click Close on the warning dialog box, you are returned to the Change User Password dialog box.
Ubuntu also does not let you assign a password to your account that it thinks is too simple.
Once you have entered a password Ubuntu finds acceptable, your new password takes effect immediately, and you are returned to the User Settings dialog box. Click Close.
Command Line Method
The second method involves using the command line in a Terminal window. Select Accessories | Terminal from the Applications menu.
At the prompt in the Terminal window, enter the following:
$ passwd
You are asked to enter your current password, and then to enter your new password twice. If you need to paste a password you generated, right-click at the command prompt and select Paste from the popup menu. Do that again you are asked to retype your new password.
Just like when changing your password using the graphical method mentioned above, if you enter a password that is too simple, Ubuntu warns you and does not let you use that password. You are asked to enter your new password twice again.
Ubuntu also warns you if your old and new passwords are too similar.
Remember to use strong, secure passwords when protecting your information and your accounts. If you need a method for storing, secure, but hard-to-remember, passwords, check out options such as KeePass and LastPass. See the post mentioned at the beginning of this post for more information.
No comments:
Post a Comment