Skip to content

Commit

Permalink
Add wp-password-bcrypt plugin for secure passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed Feb 29, 2016
1 parent 95df6fd commit cb2d9dd
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Much of the philosophy behind Bedrock is inspired by the [Twelve-Factor App](htt
* Easy WordPress configuration with environment specific files
* Environment variables with [Dotenv](https://github.com/vlucas/phpdotenv)
* Autoloader for mu-plugins (use regular plugins as mu-plugins)
* Enhanced security (separated web root and secure passwords with [wp-password-bcrypt](https://github.com/roots/wp-password-bcrypt))

Use [Trellis](https://github.com/roots/trellis) for additional features:

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"composer/installers": "~1.0.12",
"vlucas/phpdotenv": "^2.0.1",
"johnpbloch/wordpress": "4.4.2",
"oscarotero/env": "^1.0"
"oscarotero/env": "^1.0",
"roots/wp-password-bcrypt": "^0.1.0"
},
"extra": {
"installer-paths": {
Expand Down
55 changes: 54 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb2d9dd

Please sign in to comment.