Auth0 · Schema

ConnectionDisableSelfServiceChangePassword

Indicates whether to disable self-service change password. Set to true to stop the "Forgot Password" being displayed on login pages

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiondisableselfservicechangepassword-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionDisableSelfServiceChangePassword",
  "title": "ConnectionDisableSelfServiceChangePassword",
  "type": "boolean",
  "description": "Indicates whether to disable self-service change password. Set to true to stop the \"Forgot Password\" being displayed on login pages",
  "default": false
}