Interface: PasswordResetInput
Defined in: service/UserService.ts:41
Simplified input object for password reset requests.
Properties
email
email:
string
Defined in: service/UserService.ts:43
The email address of the user to generate the recovery link for
language?
optionallanguage?:string
Defined in: service/UserService.ts:51
Language for the email (optional)
linkText?
optionallinkText?:string
Defined in: service/UserService.ts:47
Text to display that will lead to link when clicked
redirectUrl?
optionalredirectUrl?:string
Defined in: service/UserService.ts:45
The page the user will be redirected to after the user changed their password
siteId?
optionalsiteId?:number
Defined in: service/UserService.ts:53
The id of the site to use when sending the email (optional)
subject?
optionalsubject?:string
Defined in: service/UserService.ts:49
The subject of the email (optional, will use default if not provided)