-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HelpHub] Content review - Password Best Practices #452
Comments
Heads up @femkreations @atachibana - the "user documentation" label was applied to this issue. |
@zzap @jennimckinnon Please could I try working on this? |
Original last paragraph:
Suggested change: === I hope this helps, @femkreations . Please let me know if any further revision is needed. Thanks! |
Related #733 |
changeswrite in second person familiar in EnglishWhile I wouldn’t suggest picking a password containing less than 20 characters, I can certainly understand it can be hard to remember a random string of letters, numbers and special characters. change sentence to You shouldn't pick a password containing less than 20 characters. It can be hard though to remember a random string of letters, numbers and special characters. special charactersContaining special characters such as a question or an exclamation mark change sentence to Containing special characters such as more about special characters
password examples within double quotesA good password that upholds all of the guidelines above could be “As32!KoP43??@zki??L0d”. It is not complete clear if the quotes and the period are part of the password, because they are allowed as special characters. I suggest to write this example in code-style (monospaced font) and omit the quotes and period. It could also be helpful to put the password on a line by itself. password managersThe section Popular password managers [...] check out KeePass. replace this with A list of password managers and their features is available on https://en.wikipedia.org/wiki/List_of_password_managers. Most browsers can store and synchronize your accounts and passwords. additionssuggested passwordWhen you make a new account for your site a password will be suggested or you can use the button "Generate password". These strong passwords contain 24 characters, numbers, letters, capitals, and special characters. optionaluser namesShould something be said about user names? "Admin" should not be used, but it not hard to discover a list of all the user names. two factor authenticationThis is a great way to make access more secure, but requires third-party plugins. Look for plugins in the plugins directory with tags like "2FA", "two factor authentication", "two step". |
Suggested updated article, combining suggestions from @jaapwiering and @mujuonly ( #733 ) and a couple of my own tweaks to improve readability... my first time so please be gentle 😆 Password Best PracticesSecuring your WordPress starts with a strong password. A strong password is complex and elaborate. It isn’t easy to guess since it doesn’t contain recognizable words, names, dates or numbers. You shouldn't pick a password containing less than 20 characters. It can be hard though to remember a random string of letters, numbers and special characters. But in general, the more characters and complexity, the better. Here are some suggested guidelines when creating a strong password:
More about special characters
Example A good password that upholds all of the guidelines above could be Things you should absolutely avoidNames or words that can be easily linked to you:
All these items are personal (mostly public) information and thus possible risks for social engineering. So avoid these at all costs! Example
Generic password elements:
These elements are often the first terms that are used by malicious people or software when attempting to brute force your password, so should be avoided! Example Obviously, the password examples below are horrible passwords and NOT SECURE:
You should also avoid using the same password on multiple sites or accounts. Automatically generated passwords in WordPressWhen you make a new account for your site or reset your password, a password will be suggested for you (or you can use the button "Generate password"). These strong passwords contain 24 characters, numbers, letters, capitals, and special characters. Keeping track of your passwordsSince complex passwords are a real necessity these days, it can be a real burden to remember every single password. Fortunately, password managers can help users keep track of their different passwords without resorting to using the same password on multiple sites. Password managers act as a vault for your passwords, secured by one (complex) master password. Many also have functionality to automatically (or on your command) enter your stored password for you, via browser extensions or desktop applications. Using a password manager means you only need to remember your one master password to access all of your other passwords. A list of password managers and their features is available on https://en.wikipedia.org/wiki/List_of_password_managers. Most browsers can store and synchronize your accounts and passwords. Other security recommendationsTwo factor authenticationAnother great way to keep your WordPress acess more secure is to set up two factor authentication (2FA). Currently, this requires installation of a third-party plugin. To set up 2FA look for plugins in the plugins directory with tags like "2FA", "two factor authentication", or "two step". UsernamesA common method of brute force hacking is to use a “dictionary” of common username and password combinations. For this reason, it is often recommended to avoid common usernames such as “admin”. |
This can be closed - updated :) |
Issue Description
Last section recommends popular password managers and the last paragraph indicates that only KeePass is a free solution. Except for 1Password, all the other tools have a free plan.
URL of the Page with the Issue
Password Best Practices
Section of Page with the issue
Keeping track of your passwords
Why is this a problem?
When recommending 3rd party tools we should be objective and truthful
Suggested Fix
Change the paragraph to say something like Most password managers are a paid service, however they may offer a free plan.
The text was updated successfully, but these errors were encountered: