Module Sihl_user.PostgreSqlSource
Sourceval search :
?sort:[ `Asc | `Desc ] ->
?filter:string ->
?limit:int ->
?offset:int ->
unit ->
(Sihl__Contract_user.t list * int) Lwt.t Sourceval find_opt : string -> Sihl__Contract_user.t option Lwt.t Sourceval find_by_email : string -> Sihl__Contract_user.t Lwt.t Sourceval find_by_email_opt : string -> Sihl__Contract_user.t option Lwt.t Sourceval update_password :
?password_policy:(string -> (unit, string) Result.t) ->
Sihl__Contract_user.t ->
old_password:string ->
new_password:string ->
new_password_confirmation:string ->
(Sihl__Contract_user.t, string) Result.t Lwt.t Sourceval update :
?email:string ->
?username:string ->
?name:string ->
?given_name:string ->
?status:Sihl__Contract_user.status ->
Sihl__Contract_user.t ->
Sihl__Contract_user.t Lwt.t Sourceval update_details :
user:Sihl__Contract_user.t ->
email:string ->
username:string option ->
Sihl__Contract_user.t Lwt.t Sourceval set_password :
?password_policy:(string -> (unit, string) Result.t) ->
Sihl__Contract_user.t ->
password:string ->
password_confirmation:string ->
(Sihl__Contract_user.t, string) Result.t Lwt.t Sourceval create_user :
?username:string ->
?name:string ->
?given_name:string ->
password:string ->
string ->
Sihl__Contract_user.t Lwt.t Sourceval create_admin :
?username:string ->
?name:string ->
?given_name:string ->
password:string ->
string ->
Sihl__Contract_user.t Lwt.t Sourceval register_user :
?password_policy:(string -> (unit, string) result) ->
?username:string ->
?name:string ->
?given_name:string ->
string ->
password:string ->
password_confirmation:string ->
(Sihl__Contract_user.t,
[ `Already_registered | `Invalid_password_provided of string ])
Result.t
Lwt.t Sourceval login :
string ->
password:string ->
(Sihl__Contract_user.t, [ `Does_not_exist | `Incorrect_password ]) Result.t
Lwt.t Sourceval register : unit -> Sihl__.Core_service.t Sourceval lifecycle : Sihl__.Core_lifecycle.lifecycle