Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Solve the problem that discuz cannot log in to phpcms

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces how to solve the problem that discuz can not log on to phpcms. It is very detailed and has a certain reference value. Interested friends must finish reading it!

What if discuz can't log in to phpcms? Discuz,ucenter,uchome modifies password and phpcms can't log in.

1. PC cannot log in after changing the password in the UC background

Solution: (your UCenter installation root) / 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. PC cannot log in after DZ changes its password (this is what everyone is most concerned about)

Solution: (your forum root) / 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. PC cannot log in after UCHome changes its password

Solution: (your uchome root) / 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); this is all the content to solve the problem that discuz can't log in to phpcms. Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report