I need help with an authorization script. I have an external member database that I wish to verify against. I have tried all the authplugins that I could find on the net and modified the code using these values, but I cannot get any of them to work. Can someone help me out here?
Database Name: 'members' Database Server: 'localhost' Database Wser: 'DB_USER' Database Password: 'DB_PASS' Member Table: 'authuser' Username Field: 'uname' Password Field: 'passwd'
Email is stored in a separate table: 'signup' Email Field: 'email'