yesod-auth-nopassword 0.1.0.2 → 0.1.1.1
raw patch · 2 files changed
+1/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
src/Yesod/Auth/NoPassword.hs view
@@ -137,7 +137,6 @@ lift $ updateLoginHashForUser user (Just hash) tid Nothing -> lift $ newUserWithLoginHash email hash tid- setMessage $ B.text "Check your email for a login link" url <- genUrl token tid lift $ sendLoginEmail email url lift $ redirect (emailSentRoute master)
yesod-auth-nopassword.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-nopassword-version: 0.1.0.2+version: 0.1.1.1 synopsis: A plugin for Yesod to provide email-only authentication. description: Please see README.md homepage: https://github.com/danpalmer/yesod-auth-nopassword#readme