WordPress: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Security == * Two-factor authentication * Block repeated failed login attempts at firewall level" |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Security == | == 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 | * 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 == | |||
* [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.