Column | Format | Description | Definition | Comments |
---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | |
co_id | integer, foreign key | CO ID | cm_cos:id | If Added Registry v3.3.0 |
username | varchar(50) | User (login) name | ||
password | varchar(40) | Hashed password | SHA1, as used by CakePHP | Will be renamed |
privileged | boolean | If this API User is a "superuser" within its CO |
| Added Registry v3.3.0 |
status | varchar(2) | API User status |
| Added Registry v3.3.0 |
valid_from | datetime | API User is valid from this time | If null, valid any time through valid_through | Added Registry v3.3.0 |
valid_through | datetime | API User is valid through (but not past) this time | If null, valid any time from valid_from | Added Registry v3.3.0 |
remote_ip | varchar(80) | IP addresses this API User may connect from | Defined as regular expression or null for any IP address | Added Registry v3.3.0 |
Overview
Content Tools