system_access_externalusers |  |
This table contains the external users that can access a certain path. It is only applicable when authlist is set to true. It may only be read and modified by sysops.
Name |
Type |
Idx? |
Description |
accessid |
integer
foreign key
not null |
yes |
Refers to system_access:id |
description |
varchar(256) |
no |
Free-form description of this user account |
username |
varchar(256) |
no |
Login name associated with this account |
userpassword |
varchar(256) |
no |
Password associated with this account |
|