[Simplog-devel] bug fix for user.php
Brought to you by:
f-bomb
From: Jim Hu <ji...@ta...> - 2004-09-06 22:11:37
|
I'll post this to bugs too. Line 52 in user.php should read: $enc = md5($_REQUEST['pass1']); Otherwise, users will reset their passwords to the encoding of undef. Jim |