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 |
---|---|---|
|
|
Direct user to verify email receipt |
|
|
Email verified, approval pending. |
|
|
Email still pending verification. |
|
|
Email verified, approval still pending. |