View Single Post
  #4  
Old 10-12-2010, 03:29 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 11,208
BMR777 is on a distinguished road
Default RE: How would I integrate Adoptables to a user system?

Quote:
Originally Posted by wilfred888
Yep, that's sad.. I guess I'll keep the username from one table and add the extra ones from adoptables
One thing to look at is the logincheck function in inc > functions.php. That function checks the user's cookie details against the database to see if they are using a valid username and password. You could change the table name and have it check another table for valid credentials. The adoptables script uses MD5 hashing for the passwords, so if you're integrating with a forum software you might also have to do some password conversion to work with the forum software. Also, login.php and logout.php would need to be modified, as well as handling of user groups.
Reply With Quote