COmanage enrollment landing pages#

Squareone supports COmanage Registry by providing pages that can be configured as URL callbacks for various stages of the enrollement workflow.

flowchart TD thanksSigningUp(/enrollment/thanks-for-signing-up) thanksVerifying(/enrollment/thanks-for-verifying) pendingApproval(/enrollment/pending-approval) pendingConfirmation(/enrollment/pending-confirmation) thanksSigningUp --> thanksVerifying thanksSigningUp --> pendingConfirmation thanksVerifying --> pendingApproval pendingConfirmation --> thanksVerifying

The content for each page is configurable through squareone.config.yaml, and is written as MDX.

URL

Content config

Purpose

/enrollment/thanks-for-signing-up

verifyEmailPageMdx

Direct user to verify email receipt

/enrollment/thanks-for-verifying

emailVerifiedPageMdx

Email verified, approval pending.

/enrollment/pending-confirmation

pendingVerificationPageMdx

Email still pending verification.

/enrollment/pending-approval

pendingApprovalPageMdx

Email verified, approval still pending.