JackRose-0.8: Spaced repetition web server

Copyright(c) Michael Mounteney, 2015
LicenseBSD 3 clause
Maintainerthe project name, all lower case, at landcroft dot com
Stabilityexperimental
Portabilityundefined
Safe HaskellNone
LanguageHaskell2010

Authorisation

Description

 

Synopsis

Documentation

mkUser :: Text -> Unique User Source #

Wrapper for un-exportable UniqueUsername.

userList :: forall m. MonadIO m => ReaderT (PersistEntityBackend User) m [UserId] Source #

List of real, verified users. Unverified users are either real users who haven't yet verified their accounts, or, if they have no email, fake group user accounts.