Skip to main content

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?

optional language?: string

Defined in: service/UserService.ts:52

Language for the email (optional)


linkText?

optional linkText?: string

Defined in: service/UserService.ts:48

Text to display that will lead to link when clicked


redirectUrl?

optional redirectUrl?: string

Defined in: service/UserService.ts:46

The page the user will be redirected to after the user changed their password


siteId?

optional siteId?: number

Defined in: service/UserService.ts:54

The id of the site to use when sending the email (optional)


subject?

optional subject?: string

Defined in: service/UserService.ts:50

The subject of the email (optional, will use default if not provided)