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 Mar 1, 2016
1 parent 81c478a commit 6d241e3
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### HEAD

* Add wp-password-bcrypt for more secure passwords ([#243](https://github.com/roots/bedrock/pull/243))

### 1.5.4: 2016-02-29

* Use HTTPS for wpackagist.org
Expand Down
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": "1.0.0"
},
"extra": {
"installer-paths": {
Expand Down
61 changes: 59 additions & 2 deletions composer.lock

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

0 comments on commit 6d241e3

Please sign in to comment.