bumped yesod-auth to 1.6.10 and updated ChangeLog

This commit is contained in:
charukiewicz 2020-03-21 02:16:40 -05:00
parent 61f1e5eeae
commit cef6fc42ef
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# ChangeLog for yesod-auth
## 1.6.10
* Updated `AuthMessage` data type in `Yesod.Auth.Message` to accommodate registration flow where password is supplied initially: deprecated `AddressVerified` and split into `EmailVerifiedChangePass` and `EmailVerified`
* Fixed a bug in `getVerifyR` related to the above, where the incorrect message was displayed when password was set during registration
* Added `sendForgotPasswordEmail` to `YesodAuthEmail` typeclass, allowing for different emails for account registration vs. forgot password
## 1.6.9
* Added `registerHelper` and `passwordResetHelper` methods to the `YesodAuthEmail` class, allowing for customizing behavior for user registration and forgot password requests [#1660](https://github.com/yesodweb/yesod/pull/1660)

View File

@ -1,5 +1,5 @@
name: yesod-auth
version: 1.6.9
version: 1.6.10
license: MIT
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin