Ask the brother who is familiar with the secondary development of DISCUZX1.5. As the question. About registration. DISCUZ registers data in two tables. Pre_common_member and pre_ucenter_members. Which is the primary node and which is the secondary node? I don't understand the relationship between them. I personally wrote an interface code, and only registered data in pre_common_member, causing login failure. The registration method is the on_r in class_member.php. ask the brother who is familiar with the secondary development of DISCUZX1.5.
As the question. About registration. DISCUZ registers data in two tables. Pre_common_member and pre_ucenter_members. Which is the primary node and which is the secondary node? I don't understand the relationship between them.
I personally wrote an interface code, and only registered data in pre_common_member, causing login failure.
The registration method is on_register () in class_member.php ()