Wanted to drop a line to the developers that I think I found a bug in
the user.php page. Around line 51 the user.php currently reads:
$enc = md5($_REQUEST['$pass1']);
I believe this should read:
$enc = md5($_REQUEST['pass1']);
I stumbled across this when my users were having issues
updating/changing passwords.
Thanks,
Kade P. Cole
PS. I am willing to volunteer some time to help with coding.
|