SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ghc-yesod-auth-1.6.5-1.16.x86_64.rpm :

* Mon Oct 22 2018 psimonsAATTsuse.com- Update yesod-auth to version 1.6.5. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/yesod-auth-1.6.5/src/ChangeLog.md
* Tue Jul 17 2018 psimonsAATTsuse.com- Update yesod-auth to version 1.6.4.1. [#] ChangeLog for yesod-auth [#]# 1.6.4.1
* Email: Fix forgot-password endpoint [#1537](https://github.com/yesodweb/yesod/pull/1537) [#]# 1.6.4
* Make `registerHelper` configurable [#1524](https://github.com/yesodweb/yesod/issues/1524)
* Email: Immediately register with a password [#1389](https://github.com/yesodweb/yesod/issues/1389) To configure this new functionality: 1. Define `addUnverifiedWithPass`, e.g: ``` addUnverified email verkey = liftHandler $ runDB $ do void $ insert $ UserLogin email Nothing (Just verkey) False return email addUnverifiedWithPass email verkey pass = liftHandler $ runDB $ do void $ insert $ UserLogin email (Just pass) (Just verkey) False return email ``` 2. Add a `password` field to your client forms.
* Tue Jul 10 2018 psimonsAATTsuse.com- Add yesod-auth at version 1.6.3.
 
ICM