Can I call Discuz's password? Great God help to see.
The site has a discuz forum, the site (in addition to the forum) also made a separate user registration and login page .
The function I want to implement is that this stand-alone user registration and Login page uses the forum username and password to log in.
The problem is here. I really can't figure out what Discuz encryption and decryption are. Some of the online statements are to extract the $Saltin the database, but I can't find this field in my Database member table.
Share to:
------Solution--------------------
Http://faq.comsenz.com/library/UCenter/interface/interface_user.htm
Look at the interface functions provided by Discuz
------Solution--------------------
Doesn't he have a ucenter? Why not?
------Solution--------------------
Moderator said that I have studied discuz, its real user name password is stored in the Ucenter related tables, and encryption is MD5 (a random string (deposit database) + user password),
------Solution--------------------
Discuz have ucenter used to synchronize the registration login
You can look at the official interface.