Day: November 12, 2014
-
Post Views: 14 Password is empty should be based on security considerations, the analysis code execution process, the solution is as follows, in Password I use MD5 encryption: Notification program after ucenter changes the password in the background: ucenter.kchmc.net/control/admin/user.php //$_env[‘note’]->add(updatepw,username=.urlencode($username).&password=); $_env[‘note’]->add(updatepw,username=.urlencode($username).&password=.md5($orgpassword)); UCenter Notification Program: ucenter.kchmc.net/control/user.php //$_env[‘note’]->add(updatepw,username=.urlencode($username).&password=); $_env[‘note’]->add(updatepw,username=.urlencode($username).&password=.md5($newpw)); If the password is changed in the A application, and other applications that…
