Canvas Documentation
Bubble Best Practices
v2
v2
  • Welcome
  • Introduction
  • Contents
  • Using Bubble
    • Bubble basics
    • Bubble best practices
      • Principles
      • Database
      • Design
      • Security
      • SEO
      • Speed
      • Modularity
        • Data triggers
  • Using the template
    • Getting the template
    • Setup
      • Quickstart
      • Features and configuration
        • Customizable landing page
        • Header menu
        • Menu focus group
        • Styles and colors
        • Extending the admin portal
        • Set a password policy
        • Enable cookies
        • Alerts
        • Emails
        • Hidden variables popup
        • Set up index page redirects
        • Set up payments on account page
        • Set up social media links
        • Search engine optimization (SEO)
        • Setting up domains
        • Legal docs
    • Extending the template using Canvas Pages
      • How it works
      • Get started
      • Setting up added modules
      • Updating Canvas styles
    • Extending the template manually
      • Padding
      • Pages, groups, and popups
      • Hiding groups
      • Styles
    • Reference
      • Pages
        • index
        • admin
        • home
        • account
        • verify
        • login and loginsimple
        • termsofservice
        • privacypolicy
        • reset_pw
        • standardpage
        • 404
      • Reusable elements
        • header
        • footer
        • signup/login
        • popupsreusable
        • menufocusgroup_template (︙)
        • menufocusgroup_user
        • menufocusgroupfeature_b
        • menufocusgroup_email
        • menufocusgroup_notifications
        • menufocusgroup_shoppingcart
        • menufocusgroup_search
        • cookiespermission
        • homepageblocks
        • admin portal reusables
          • admindashboard
          • admingeneralsettings
          • adminemail
          • adminseosettings
          • adminsocialmediasettings
          • adminsocialmediainfo
          • adminlegalpages
          • adminhomepagesetup
          • adminstyles
          • adminfeaturebacklog
      • Data and workflows
        • Data structure
        • Option sets
        • API workflows
      • Canvas Pages: lists of modules & page templates
  • Demos
    • Yelp for Books
  • Other Canvas templates
Powered by GitBook
On this page
  • Verify Page Overview
  • Workflows

Was this helpful?

  1. Using the template
  2. Reference
  3. Pages

verify

PreviousaccountNextlogin and loginsimple

Last updated 5 years ago

Was this helpful?

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 .

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 go home is clicked - They will be redirected to the index page.

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

index
login
is enabled in the admin portal
Group on page when a user is successfully verified
Error message that appears if your app is on a Hobby plan
Confirmation of verification on login page