> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/password_rules.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=99bb4daa9db56d5578c443a1f8eda00a" 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.


## Related topics

- [Released database changes in version 9.8.7717.1401](/release-notes/database/changes-9.2.md)
- [What's new in version 10.1.2.686](/release-notes/database/changes-10.1.2.md)
- [What's new in version 10.1.5](/release-notes/database/changes-10.1.5.md)
- [TZDstRule table](/en/database/tables/tzdstrule.md)
- [TZStdRule table](/en/database/tables/tzstdrule.md)
- [RecurrenceRule table](/en/database/tables/recurrencerule.md)
