[Simplog-devel] Bug in user.php
Brought to you by:
f-bomb
From: Kade C. <si...@gm...> - 2005-03-11 04:06:07
|
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. |