Back to Node Auth0

Interface TenantSettingsPasswordPage

docs/interfaces/management.Management.TenantSettingsPasswordPage.html

5.9.1850 B
Original Source

Interface TenantSettingsPasswordPage

Change Password page customization.

interface TenantSettingsPasswordPage {
enabled?: boolean;
html?: string;
}

Index

Properties

enabled?html?

Properties

Optionalenabled

enabled?: boolean

Whether to use the custom change password HTML (true) or the default Auth0 page (false). Default is to use the Auth0 page.

Optionalhtml

html?: string

Custom change password HTML (Liquid syntax supported).

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties enabledhtml