1. The first thing to understand is a basic knowledge of the Webmaster (admin) and founder (
Ucenteradministratoris not the same thing, the General people mistakenly regard admin as
Ucenteradministrator,And those who understand to tell people how to retrieve the password (for example, the use of tool tools, etc.) did not put this plainly, the result is not able to retrieve the password.
Ucenteradministratoris the forum's real authority biggest boss, admin has the authority also
UcenteradministratorEndowed. Let's take a look at both the landing interface is clear.
Admin Login Interface:
Landing interface for Ucenteradministrator
After reading the above two pictures, I think we have a new understanding of the founders and administrators. Next to forget the administrator password how to recover correctly:
Discuz Forum founder Password Forgotten is a very troublesome thing, no founder account login, many settings can not be modified, many people will choose tools such as tool to repair, But X2.0 above the user tools such as tool will fail, or set relatively cumbersome, at this time we can use one of the easiest way to implement modify uc_server/data in the config.inc.php file (This file holds some important information, such as FTPUC) as follows:
Locate the config.inc.php under the Uc_server/data folder under the root directory of the Web site
Open this file in text mode
Modify the following two lines of code:
Define (' UC_FOUNDERPW ', ');
Define (' Uc_foundersalt ', ');
Modified to:
Define (' UC_FOUNDERPW ', ' 047099adb883dc19616dae0ef2adc5b6 ');
Define (' Uc_foundersalt ', ' 311254 ');
At this time Ucenter Founder's password will become: 123456789, and then through the "www.xxxxx.com/us_server/admin.php" login to the Ucenter and then through the inside of the "admin" menu to modify the admin password.