Skip to content

Instantly share code, notes, and snippets.

View aldo-gutierrez-tierconnect-com's full-sized avatar

aldo-gutierrez-tierconnect-com

  • Mojix
View GitHub Profile
@sandrinodimattia
sandrinodimattia / automate-login-page-email-templates.md
Last active April 8, 2019 18:26
Automatic configuration of the Auth0 Login Page and Email Templates

Customzing the Password Reset Page

Go to the API v2 explorer and generate a token with update:tenant_settings. Then call the tenants endpoint with the new HTML:

PATCH https://{YOUR_DOMAIN}/api/v2/tenants/settings

{
  "change_password": {
    "enabled": true,