> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# password_rules table

> This table may contain one entry specifying rules for passwords.

## password\_rules Table (322)

This table may contain one entry specifying rules for passwords.

## Fields

| Name            | Description                                                                      | Type | Nullable |
| --------------- | -------------------------------------------------------------------------------- | ---- | :------: |
| id              | The primary key (auto-incremented)                                               | PK   |    No    |
| flags           | Bitmask for flags                                                                | Int  |    Yes   |
| min\_characters | The minimum number of characters in the password in order to be valid.           | Int  |    Yes   |
| min\_numbers    | The minimum number of numbers in the password in order to be valid.              | Int  |    Yes   |
| min\_lowercase  | The minimum number of lowercase characters in the password in order to be valid. | Int  |    Yes   |
| min\_uppercase  | The minimum number of uppercase characters in the password in order to be valid. | Int  |    Yes   |
| min\_special    | The minimum number of special characters in the password in order to be valid.   | Int  |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/bBv7ep-d5A4oaYwj/media/loc/en/database/tables/password_rules.png?fit=max&auto=format&n=bBv7ep-d5A4oaYwj&q=85&s=acb9015f764e70dde5e2b48a3d60b9a3" alt="password_rules table relationship diagram" width="143" height="59" data-path="media/loc/en/database/tables/password_rules.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
