verify

Verify Page Overview

When the App owner requires users to verify their emails during the sign up process (modifiable from the Admin Portal), users will receive a verification email during sign up. They will need to click on the link in the email to verify their email address. The link will take them to this page. Users will be able to verify their emails when they are logged in or when they are logged out (they will just need to login again after).

The verify page is used when user verification is enabled in the admin portal.

Workflows

This page includes the following workflows:

  • Page is loaded and current email verification is empty - Ifcurrent page email verification is empty, users will be shown an expired link group, and they will automatically be sent a new verification email.

  • Page is loaded and current email verification is not empty - They will be shown am email verified group and the user's date completed sign up will be marked as completed. If the email verification user's emailis different from the email verification's email field, then the user's email will be updated to the new email. Once the user's email is verified on this page, an API workflow will be scheduled to delete the current page email verification.

  • Button continue is clicked - Users will be redirect to the index page if they are logged in. If they are not logged in, they will be taken to the login page.

  • Button go home is clicked - They will be redirected to the index page.

Last updated