Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Password_reset.SigSourceinclude Sihl_core.Container.Service.Sigval lifecycle : Sihl_core.Container.Lifecycle.tval create_reset_token : email:string -> Sihl_type.Token.t option Lwt.tCreate and store a reset token.
Returns None if there is no user with email. The reset token can be used with reset_password to set the password without knowing the old password.
val reset_password :
token:string ->
password:string ->
password_confirmation:string ->
(unit, string) Result.t Lwt.tSet the password of a user associated with the reset token.
val register : unit -> Sihl_core.Container.Service.t