Have you tried looking in the "user_account" table, I think that may have what your looking for. Entries are created in this table when you give a user access.
It looks to me like the entries in the user_account table are written in from the ../include/class.user.php file. If you look around line 1112 you will see where this occurs.
Thank you, brianwill100. I now see where I was mistaken.I had no Users added, so the table was showing empty. I was assuming that Agents and Users would be stored in the same table, with a special field to indicate Agent or User. I assumed wrong, and the Agents appear to be stored in the "staff" table. After adding some actual Users, the "user_account" table showed what you stated.I've found no documentation, but the following is what I've found to indicate statuses...
Status Value
Description
0
Locked (Pending Activation)
1
Active (Registered)
3
Locked (Administrative)