Users.Users table

The Users.Users table contains a record of all users created in VPOP3.

Columns

username is case insensitive and is indexed in lower case, so to take advantage of the index use something like SELECT * FROM users.users WHERE LOWER(username)='fred'