password_rules Table (322)
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table may contain one entry specifying rules for passwords.
Fields
Name | Description | Type | Null |
---|---|---|---|
id | The primary key (auto-incremented) | PK | |
flags | Bitmask for flags | Int | ● |
min_characters | The minimum number of characters in the password in order to be valid. | Int | ● |
min_numbers | The minimum number of numbers in the password in order to be valid. | Int | ● |
min_lowercase | The minimum number of lowercase characters in the password in order to be valid. | Int | ● |
min_uppercase | The minimum number of uppercase characters in the password in order to be valid. | Int | ● |
min_special | The minimum number of special characters in the password in order to be valid. | Int | ● |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
Replication Flags
- None
Security Flags
- No access control via user's Role.