> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-add-read-me-page.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-add-read-me-page/UnCao9F5X_LP9h_T/media/loc/en/database/tables/password_rules.png?fit=max&auto=format&n=UnCao9F5X_LP9h_T&q=85&s=13ddb45ca1a6c925686d0b8fcc83e8e1" 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.
