Ashar Voultoiz <hashar@...> writes:
Bass, Joshua L wrote:
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'
Have you read my reply to your previous post ?
Yes, but after some thinking, I have decided to use a separate database to hold all my members information. i will use that database to auth both the wiki and forums. I already have the forums working, but cannot get the wiki auth plugin to work.