This topic is locked
[SOLVED]

 Using Sha1 encryption with new PHPRunner

10/2/2006 2:39:22 PM
PHPRunner General questions
prleo1 author

Admin,
Congratulations on the newest version of PHPRunner. What lines do I need to change in order to get the login page to work with sha1 encrypted passwords.

Alexey admin 10/2/2006

Hi,
just replace all occurencies of md5 with sha1 in generated login.php file.

Do the same with register.php, changepwd.php and remind.php files to make Register, Change password and Remind password pages work with sha1-encrypted passwords.