Copyright | (c) CNRS 2017-Present |
---|---|
License | AGPL + CECILL v3 |
Maintainer | team@gargantext.org |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Gargantext.Core.Types.Individu
Description
Individu defintions
Documentation
type HashPassword = PasswordHash Argon2 Source #
newtype GargPassword Source #
Constructors
GargPassword Text |
Instances
type UsernameMaster = Username Source #
type UsernameSimple = Username Source #
Constructors
NewUser | |
Fields
|
arbitraryUsername :: [Username] Source #
toUserHash :: MonadIO m => NewUser GargPassword -> m (NewUser HashPassword) Source #
arbitraryUsersHash :: MonadIO m => m [NewUser HashPassword] Source #