ucenter
-
Resolved the issue of Discuz 3.4 failing to force upload an avatar (constantly prompting for an avatar upload).
Discuz! is declining in popularity, but many older users still use it. Unfortunately, I had to solve the problem myself. The issue in this case was: even with forced avatar upload enabled, and after uploading an avatar, it still said I didn't have permission to post and asked me to upload an avatar. The main reason lies in the communication with uc_server…
-
Resolving UCENTER communication failures after implementing HTTPS on Discuz
Today I tried to implement HTTPS in Discuz, but UCenter showed a communication failure. I couldn't find the cause, and finally discovered that UCenter couldn't recognize it. The solution is as follows: In uc_server/model/misc.php,…
-
ectouch integrates with ucenter
Ecshop has been integrated, but Eectouch hasn't. After some research, I found that Eectouch is actually a modified version of Ecshop, and the principle is the same. First, create a new Ecshop application on ucserver. Enter url/mo… in the link.
-
Solution to login failure due to inconsistency between UClinet and UC_Server encoding in UCcenter
While working on Ecshop, I found that UC communication was successful but I couldn't log in. After searching for a long time, I realized the problem was that Chinese users couldn't log in, while English users could. There were no solutions online, so I've done some research and am sharing it here. The problem was with the encoding; my Discuz! is GB…
-
Solve the integration of UCenter's initial registration, synchronized login, and automatic activation.
UCenter integrates multiple applications, but new users are not automatically logged in to other applications after their initial registration. This means users must log in again using their password in other applications before they can log in synchronously. Also, if a user didn't register through the Discuz application, they won't be able to log in through Discuz…