Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Sihl.Contract.User end
val ptime_to_yojson : Ptime.t -> [> `String of string ]
val status_to_yojson : status -> Yojson.Safe.t
val status_of_yojson :
Yojson.Safe.t ->
status Ppx_deriving_yojson_runtime.error_or
val pp_status :
Ppx_deriving_runtime.Format.formatter ->
status ->
Ppx_deriving_runtime.unit
val show_status : status -> Ppx_deriving_runtime.string
val status_to_string : status -> string
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val show_name : t -> string option
module type Sig = Sihl.Contract.User.Sig
val to_sexp : t -> Sexplib0.Sexp.t
module Hashing = Sihl.Contract.User.Hashing
val is_admin : t -> bool
val is_confirmed : t -> bool
val matches_password : string -> t -> bool
val default_password_policy : string -> (unit, string) result
val log_src : Logs.src
module Make (Repo : sig ... end) : Sihl.Contract.User.Sig
module PostgreSql : sig ... end
module MariaDb : sig ... end
module Password_reset : sig ... end