This table stores information about the password policy
| Column Name | Column Datatype | Column Null Option | Column Comment |
| maxage | integer | not null | Maximum password age in days |
| minage | integer | not null | Minimum password age in days |
| minlen | integer | not null | Minimum password length |
| reuserule | integer | not null | Number of passwords in reuse rule |
| maxfailures | integer | not null | Number of failures in lockout rule |
| allowusrchgexp | char(1) | not null | Users may change own expired passwords (Y/N) |
| warningage | integer | not null | Password age at which to start warning message |
| chrepetition | integer | not null | Maximum length of repeated characters in password |
| minnumeric | integer | not null | Minimum number of numeric characters |
| lowercase | integer | not null | Minimum number of lower-case characters |
| uppercase | integer | not null | Minimum number of upper-case characters |
| nonalphanum | integer | not null | Minimum number of non-alphanumeric characters |
| allowusername | char(1) | not null | Allow user name as password (Y/N) |
| modifiedtime | date | not null | Date/time password policy was last modified |
| modifierid | integer | not null | Object ID of user to modify |
Product Name: AllFusion Harvest Change Manager
Table Type: Table