Page Template Variables Fail on Email Verification Success Page with "email-verification-result" on Screen

Overview

When customizing the email verification success page/ “email-verification-result” screen, using conditional if/else statements on Application-specific page template variables has no effect.

The variables include:

  • application.id
  • application.name
  • application.logo_url

Applies To

  • Page Templates
  • Email Verification Success page
  • Email Verification Success screen

Cause

Currently, email verification has a tenant-centric flow. A database connection belongs to a tenant, rather than to a specific application.

Users do not have to verify their email addresses for each application a tenant hosts.

Solution

The email verification flow can be configured to redirect to an external webpage that meets the required design requirements.

Related References