Howdy! I am trying to use mysql_auth to keep track of several diffrent user groups.
i want each user group to have seperate name space (2 diffrent groups can have 'bob' as a username). but by default, the module crashes and i get a 500 server error (and nothing in the error_log files) if any name is repeated.
if mysql_auth fetches multiple rows from a table it crashes...
how can i havethe same user name for 2 diffrent groups?
i want each user group to have seperate name space (2 diffrent groups can have 'bob' as a username). but by default, the module crashes and i get a 500 server error (and nothing in the error_log files) if any name is repeated.
if mysql_auth fetches multiple rows from a table it crashes...
how can i havethe same user name for 2 diffrent groups?