Table | cm_passwords |
|---|---|
Description | Passwords |
| Plugin | Password Authenticator |
Column | Format | Description | Definition | Comments | ||
|---|---|---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement |
| ||
| password_authenticator_id | integer, foreign key | Password Authenticator ID | cm_password_authenticators:id | |||
| co_person_id | integer, primary key | CO Person ID | cm_co_people:id | |||
password | varchar(256) | Password, in format specified by password_type |
|
| ||
| password_type | varchar(2) | Format type of password |
|