WordPress: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
* Two-factor authentication | * Two-factor authentication | ||
* Block repeated failed login attempts at firewall level | * Block repeated failed login attempts at firewall level | ||
== Talks == | |||
* [http://www-personal.umich.edu/~markmont/awp/ Attacking WordPress] | |||
== Tools == | == Tools == | ||
* [https://wp-cli.org/ wp-cli] | * [https://wp-cli.org/ wp-cli] | ||
* [https://varyingvagrantvagrants.org/ Varying Vagrant Vagrants] - Open source Vagrant configuration for contributing to WordPress. |
Latest revision as of 09:25, 6 March 2019
Security
- Keep core, plugins and themes up to date. Core is automated out of the box, for plugins and themes consider wp-cli or a web host that does this for you.
- Two-factor authentication
- Block repeated failed login attempts at firewall level
Talks
Tools
- wp-cli
- Varying Vagrant Vagrants - Open source Vagrant configuration for contributing to WordPress.