I imagine that you would need to modify your forums member.php file. I found the statement that controls the password change:
$DB_site->query("UPDATE user SET password='".addslashes($newpassword)."',usergroupi d='$bbuserinfo[usergroupid]' WHERE userid='$bbuserinfo[userid]'");
but for the life of me, can't figure out how to have it change the password in the nuke_users table also.
Any ideas guys? I'm sure it's much simpler than I'm making it!
PS -- Thank your Russell for posting the info to integrate the two databases!
|