Class TenantChangePassword
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Change Password page customization.
public class TenantChangePassword
- Inheritance
-
TenantChangePassword
- Inherited Members
Properties
Enabled
true to use the custom change password html, false otherwise (default: false).
[JsonProperty("enabled")]
public bool Enabled { get; set; }
Property Value
Html
Replace default change password page with custom HTML (Liquid syntax is supported).
[JsonProperty("html")]
public string Html { get; set; }