Skip to content

Commit

Permalink
Update readme to reflect plugin changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Oct 12, 2019
1 parent 9fb2ebc commit cc50467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function signIn (email, password) {
## Notes

* BCrypt requires that passwords are 72 characters maximum (it ignores characters after 72).
* This library enables the built-in `virtuals` plugin on Bookshelf for the virtual `password` field.
* This library enables the `bookshelf-virtuals-plugin` plugin on Bookshelf for the virtual `password` field.
* Passing a `null` value to the password will clear the `password_digest`.
* Passing `undefined` or a zero-length string to the password will leave the `password_digest` as-is

Expand Down

0 comments on commit cc50467

Please sign in to comment.