minor comment change
parent
871e4ad4b3
commit
6cda323c9f
|
@ -1,10 +1,10 @@
|
||||||
module App.AuthenticationDaemonAdminInterface where
|
|
||||||
|
|
||||||
{- Administration interface for the authentication daemon.
|
{- Administration interface for the authentication daemon.
|
||||||
This interface should allow to:
|
This interface should allow to:
|
||||||
- TODO: add, remove, search, validate users
|
- TODO: add, remove, search, validate users
|
||||||
- TODO: raise a user to admin
|
- TODO: raise a user to admin
|
||||||
|
- TODO: list users (getting them slowly, otherwise it will cause problems with thousands of logins)
|
||||||
-}
|
-}
|
||||||
|
module App.AuthenticationDaemonAdminInterface where
|
||||||
|
|
||||||
import Prelude (Unit, bind, discard, not, pure, show, ($), (<<<), (<>))
|
import Prelude (Unit, bind, discard, not, pure, show, ($), (<<<), (<>))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue