> For the complete documentation index, see [llms.txt](https://docs.airdev.co/canvas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airdev.co/canvas/3.7/canvas-functionality/miscellaneous/setting-your-password-policy.md).

# Setting your password policy

{% hint style="info" %}
Setting your password policy in the admin portal will automatically update the password check UI throughout Canvas.&#x20;
{% endhint %}

The Canvas template includes a built-in password check UI during the signup flow and anywhere the user is required to reset their password. By default the password policy is set to require 5 total characters and at least 1 number.

You can manage the requirements for your password policy directly from the Admin portal of your application. From the left menu click on Settings > Password policy.&#x20;

There are four policies that can be set:

* **Password minimum length** - This sets the total characters that are required for the password to be valid.
* **Require numbers** (optional) - If checked you must set the total numbers required in the input to the right.&#x20;
* **Require special characters** (optional) - If checked you must set the total special characters required in the input to the right. Characters that qualify as special characters for this rule are "**(**", "**)**", "**!**", "**@**", "**#**", "**$**", "**%**", "**^**", "**&**", and "**\***".
* **Require uppercase letters** (optional) - If checked you must set the total special characters required in the input to the right.

![](/files/-MlM5CZR2OC9_QNy8zk7)

{% hint style="warning" %}
This is a Canvas feature and it does not utilize Bubble's built-in password policy feature. To use this in conjunction with Bubble's built-in password policy, in the Bubble editor go to Settings > General and set your password policy there as well. If you do update your Bubble password policy, please ensure that your Canvas password policy matches your Bubble password requirements. This will ensure the password policy check UI in throughout your app is up to date.
{% 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:

```
GET https://docs.airdev.co/canvas/3.7/canvas-functionality/miscellaneous/setting-your-password-policy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
