Littlebay Templates Documentation
  • Welcome!
  • Quick Links & Tips
    • Littlebay Forum
    • Support Email
    • Built-In Documentation
    • Navigating the Bubble Editor
    • Navigating this Documentation
    • List of Bubble Guides
  • Messaging Template
    • Release Notes
      • 05/28/21 Guide on How to Update the Template's Select Conversation Workflow
      • 09/05/20 Guide on How to Update the Template's Video Chat Service
      • 06/14/19 Guide on New Conversation Functionality
    • About this Template
    • Setup Guide
    • Development Guides
      • Built-In Workflow Notes
      • Pages Summary
      • Reusable Elements Summary
      • Passwords
      • Translating Your App
      • Mini Guides
        • How to Remove Group Conversation Functionality
        • How to show the Chat window after clicking "Message" on the Profile Page when a Conversation Exists
      • Pages & Reusable Elements (Organized by Folder)
        • 1. Marketing
          • index
          • landing
          • 404
        • 2. Navigation
        • 3. Logged In
          • account
          • admin
          • change_pass
          • confirm
          • messages
            • Pageload Design
              • 1. Responsive
              • 2. Mobile Pageload
              • 3. New User
              • 4. New Conversation (Parameter)
              • 5. New Conversation w/ User (Parameter)
              • 6. View Conversation (Parameter)
              • 7. Viewing/Editing the Colors of the Message 'Bubbles'
            • Built-In Functionality
              • 1. Start a Conversation
              • 2. View/Select a Conversation
              • 3. Search for a Conversation
              • 4. Delete or Leave a Conversation
              • 5. View More Messages in a Conversation
              • 6. View Unread Messages
              • 7. See Who's Typing
              • 8. See Who's Seen Each Message
              • 9. Send Images in a Message
              • 10. Send Files in a Message
              • 11. Send a GIPHY in a Message
              • 12. Send a YouTube Video in a Message
              • 13. Start a Video Chat
          • onboard
          • profile
            • 1. Follow/Unfollow the User
            • 2. Send a Message to the User
            • 3. View the User's Followers
            • 4. View Who the User is Following
            • 5. Edit Profile
          • reset_pw
        • 4. Legal
          • privacy_policy
          • terms
    • Design Resources
      • Design Overview
      • Design Guide
      • UI Components
      • Page Templates
  • Responsive Base Template
    • Release Notes
    • About this Template
    • Setup Guide
    • Development Guides
      • Built-In Workflow Notes
      • Pages Summary
      • Reusable Elements Summary
      • Passwords
      • Translating Your App
      • Pages & Reusable Elements (Organized by Folder)
        • 1. Marketing
          • index
          • landing
          • 404
        • 2. Navigation
        • 3. Logged In
          • account
          • admin
          • change_pass
          • confirm
          • onboard
          • profile
            • 1. Follow/Unfollow the User
            • 2. View the User's Followers
            • 3. View Who the User is Following
            • 4. Edit Profile
          • reset_pw
        • 4. Legal
          • privacy_policy
          • terms
    • Design Resources
      • Design Overview
      • Design Guide
      • UI Components
      • Page Templates
Powered by GitBook
On this page
  • Overview
  • Why does this page exist?
  • Who can access this page?
  • What should I keep in mind about this page's workflows?
  • The Password Policy Can Be Changed
  • How to Change Which Page the User is Navigated to After their Password is Changed
  • What else should I keep in mind about this page's design?
  1. Responsive Base Template
  2. Development Guides
  3. Pages & Reusable Elements (Organized by Folder)
  4. 3. Logged In

reset_pw

Previous4. Edit ProfileNext4. Legal

Last updated 6 years ago

Overview

Editor

When the page is initially loaded in the editor, it looks like this:

In order to view all of the page's elements, click the caret icon to expand the Elements tree panel:

Within the elements panel, click the "+" icon next to the Group Page Container element to expand that group.

Then, click the other "+" icons to expand and make visible all of the hidden groups in the elements tree:

This ensures all of the hidden elements are visible when you are editing the page. The editor will look like this:

Desktop

Mobile

Why does this page exist?

When the Current User forgets their password, they are sent an email which contains a password reset link. That link directs the Current User to this reset_pw page which enables them to change their password. The reset_pw page is a built-in Bubble page that can't be deleted.

Who can access this page?

Users with an account who have received a password reset link can access this page.

What should I keep in mind about this page's workflows?

The Password Policy Can Be Changed

How to Change Which Page the User is Navigated to After their Password is Changed

After the Current User changes their password, the workflow saves their new password and automatically logs the User into their account.

After the password is changed, the workflow navigates the Current User to the home page after four seconds using this "Schedule a Custom Event" workflow:

The Go to Homepage custom event is scheduled after four seconds:

The Go to Homepage custom event:

You can change this navigation action to any page of your choice.

What else should I keep in mind about this page's design?

As seen in the screenshots of the change password form, the text elements which show "[checkmark] 7 characters" utilize Font-Awesome icons which combine the checkmark icon and a text, within the text element.

Font-awesome icons can only be added within text elements, not buttons elements.

By default, the template's password policy requires that each password must be at least 7 characters. For more information on how to change the app's password policy, visit the section of this documentation.

Passwords