This topic is locked

Security schema

5/28/2008 11:54:59 AM
PHPRunner General questions
G
gbhmayer1 author

I would like to create a dynamic security schema. The phprunner creates a table named "ugmembers". I would like to set this table inside the following parameter: "Username and password from databases", but the list doesn´t show it. My aim is to avoid a user's duplicated table.
my english is poor...

J
Jane 5/29/2008

Hi,
ugmembers and users tables are different tables with different set of fields.

ugmembers table contains only usernames and groupID for each username. All usernames, passwords and other user information are stored in the users table.