Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface TenantSettingsPasswordPage

    Change Password page customization.

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

    Properties

    Properties

    enabled?: boolean

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

    html?: string

    Custom change password HTML (Liquid syntax supported).