Expose Unique (#209)
This commit is contained in:
parent
dfbdaf0b4c
commit
f57efbe1b0
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "scripts"]
|
||||
path = scripts
|
||||
url = git://github.com/yesodweb/scripts.git
|
||||
[submodule "authenticate"]
|
||||
path = authenticate
|
||||
url = https://github.com/yesodweb/authenticate.git
|
||||
|
||||
1
authenticate
Submodule
1
authenticate
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 262d06e045b658e83abfc7a34c5f9878254c7046
|
||||
@ -59,6 +59,7 @@
|
||||
-------------------------------------------------------------------------------
|
||||
module Yesod.Auth.HashDB
|
||||
( HashDBUser(..)
|
||||
, Unique (..)
|
||||
, setPassword
|
||||
-- * Authentification
|
||||
, validateUser
|
||||
|
||||
Loading…
Reference in New Issue
Block a user