Password

The password is encrypted, but a new password needs to be entered in plain text. After saving the new password you will be logged out (by any activity) and can log in with the new password again.

Forgotten password?

As of CMSimple 5.1 (or higher), there is a setup that you can activate to assign a new password. You can find out how to do this under Installation ยป or in the readme.php in the root folder of the download.


For older Versions:

The price for the extra security by the encrypted password, is that you no longer will find the password in config.php.

If you have forgotten the password, you have to reset it to "test".

You have to download the file ./cmsimple/config.php via ftp and open it on your PC, with a code editor, that is able to save the file as utf-8 without BOM (Byte Order Mark).

Then set the variable $cf['security'] ['password'] back to the original value of "test":

$cf['security']['password']="\$P\$BxAqSVtvibGUSTyiCouFJZ5RKzmZn81";

Then you upload the config.php back to your server, login with the password "test" and enter a new password.