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.
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.