Russia
|
The simplest way to reset the UCenter Founder password
This method can be used for UCenter 1.5 ~ 1.6
- Download the file /uc_server/data/config.inc.php from your host (i.e. by FTP client)
- Edit this file:
Find 2 rows looks like this:- define ('UC_FOUNDERPW', 'a79acbbb7f02718f20b273f9da42fce1');
- define ('UC_FOUNDERSALT', 'g87F21');
Copy the Code and replace it with the next two rows:- define ('UC_FOUNDERPW', 'e9c5a89d7f74bd97f01f1cfeeac4e6ec');
- define ('UC_FOUNDERSALT', '871351');
Copy the Code - Save the file
- Upload modified config.inc.php back to your host.
- Login to UCenter as a Founder with the new password "12345" (without quotes)
- After login you can modify your Founder password from the UCenter as you wish
|
|