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
  • Enable the default password policy
  • (Optional): Customize your app's password policy

Was this helpful?

  1. Using the template
  2. Setup
  3. Features and configuration

Set a password policy

PreviousExtending the admin portalNextEnable cookies

Last updated 5 years ago

Was this helpful?

Enable the default password policy

This template includes a built-in password check UI during sign up.

To activate this feature, please go to your Bubble editor and go to Settings > General and update these settings:

  • Check the box for Define a password policy

  • Enter 5 for the Password minimum length

  • Check the box for Require a number

(Optional): Customize your app's password policy

The icon on the login inputs and the icon's group also need to be updated. This is the reset_pw page.

Remember to change the conditions of "Button CONTINUE" as well.

In order to require special characters or capital letters in the password, you'll need to edit the Regex conditions found in these groups and in the UI of the focus group which lists the password requirements. That is beyond the scope of this guide.

If you want to modify the password policy (e.g. require a capital letter or change the minimum password length), you would have to update the password check logic on the . This logic also needs updated on the . Below are a set of screenshots that show specifically how to do this.

signup/login reusable element
reset_pw page
Set a new minimum length
Change this text in the signup/login element
Change this logic to reflect the new rules you set up
Set new logic on the icon
Set new logic on the icon's group
Set new logic on the continue button in the signup/login reusable