This package provides a pluggable mechanism for allowing users to authenticate
with your site. It comes with a number of common plugins, such as OpenID,
BrowserID (a.k.a., Mozilla Persona), and email. Other packages are available
from Hackage as well. If you’ve written such an add-on, please notify me so
that it can be added to this description.
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
Added registerHelper and passwordResetHelper methods to the YesodAuthEmail class, allowing for customizing behavior for user registration and forgot password requests #1660
Exposed defaultRegisterHelper as default implementation for the above methods
1.6.8.1
Email: Fix typo in defaultEmailLoginHandler template #1605