Updates
- You can now recover and then reset passwords.
- Added automatic tests (thanks @Joe-noh for the plug one)
- Replaced direct access to
bcrypt
with Comeonin
Breaking changes
Required schema for user changed:
- No
salt
field required
hash
has now 130 chars
- Added
recovery_hash
field.