Skip to content

Add recovery and reset password flow

Pre-release
Pre-release
Compare
Choose a tag to compare
@trenpixster trenpixster released this 08 Feb 11:09
· 179 commits to master since this release

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.