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