> For the complete documentation index, see [llms.txt](https://docs.littlebaytech.com/templates/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.littlebaytech.com/templates/messaging-template/page-guides/pages/3.-logged-in/reset_pw.md).

# reset\_pw

## Overview

#### Editor

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

![](/files/-LNwCiTKRmspPsygTrwS)

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

![](/files/-LNwD5YN94IilNl9WGQi)

Within the elements panel, **click the "+" icon next to the Group Page Container** element to expand that group. &#x20;

![](/files/-LNwDxj27Iube4S10iuy)

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

![](/files/-LNwEtDB8VTS4HOkGD0k)

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

![](/files/-LNwFwflZ4rkV8UNRUK5)

#### Desktop

![](/files/-LNwGJwg_RakEl1UAZVx)

#### Mobile

![](/files/-LNwGSI0euLA-g1brZb9)

## 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.&#x20;

## Who can access this page?

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

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

### The Password Policy Can Be Changed

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 [Passwords](https://docs.littlebaytech.com/templates/messaging-template/page-guides/passwords) section of this documentation.

### 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.&#x20;

Once the password is changed, the workflow navigates the Current User to the home page, after four seconds, using this "Schedule a Custom Event" workflow: &#x20;

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

![](/files/-LWysXM9D7WbvNqayPpC)

**The Go to Homepage custom event:**

![](/files/-LWysSCptkAVt_cYNzHl)

{% hint style="info" %}
You can change this navigation action to any page of your choice.&#x20;
{% endhint %}

## 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. &#x20;

{% hint style="info" %}
Font-awesome icons can only be added within text elements, not buttons elements.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.littlebaytech.com/templates/messaging-template/page-guides/pages/3.-logged-in/reset_pw.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
