All Versions
2
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v1.4.0 Changes

    • โž• Add proper support for i18n:

      • Moved messages into Yesod.Auth.Account.Message module
      • Added renderAccountMessage function to YesodAuthAccount class, which defaults to the english messages.
      • resendVerifyEmailWidget, resetPasswordWidget, newAccountForm, resetPasswordForm, and runAccountPersistDB had their context's updated with a constraint for YesodAuthAccount db master, which shouldn't be a problem.
    • ๐Ÿ“ฆ Use the nonce package for generating the keys sent in the verification and reset password emails. The nonce package provides efficient and cryptographically secure nonces.

    • ๐Ÿ‘Œ Support yesod 1.4 and persistent 2.1 (also bump our version to 1.4 to match yesod)

  • v1.0 Changes

    • ๐Ÿ”„ Changed into an official fork after being an unofficial one for a long time. An e-mail was sent about this fork to John Lenz on 2015-05-08, but as of 2015-06-01 no reply has been received.

    • ๐Ÿšš Moved to a Git repo on GitHub.