Discuz,ucenter,uchome Change Password phpcms can not log on the issue of fixed

Source: Internet
Author: User
Tags urlencode

1, the PC can not log in after the change password in the UC background

Workaround: (your ucenter install root directory) /control/admin/user.php
About 289 lines.

$_env [' Note ']->add (' updatepw ', ' username= ').  UrlEncode($username). ' &password= ');

Modified to:

$_env [' Note ']->add (' updatepw ', ' username= ').  UrlEncode($username). ' &password= '. $orgpassword);

2. The PC cannot log in after DZ changes the password (this is the most concern of everyone)

Workaround:(your forum root directory) /uc_client/control/user.php
About 99 lines.

$_env [' Note ']->add (' updatepw ', ' username= ').  UrlEncode($username). ' &password= ');

Modified to:

$_env [' Note ']->add (' updatepw ', ' username= ').  UrlEncode($username). ' &password= '. $NEWPW);

3, the PC cannot log on after uchome change the password
Workaround:(your uchome root directory) /uc_client/control/user.php
About 104 lines.

$_env [' Note ']->add (' updatepw ', ' username= ').  UrlEncode($username). ' &password= ');

Modified to:

$_env [' Note ']->add (' updatepw ', ' username= ').  UrlEncode($username). ' &password= '. $NEWPW);

Discuz,ucenter,uchome Change Password phpcms can not log on the issue of fixed

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.