Bugs item #833063, was opened at 2003-10-30 08:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=403611&aid=833063&group_id=31885
Category: Authentication
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andres Toomsalu (frame)
Assigned to: Nobody/Anonymous (nobody)
Summary: new_user_md5.php3 misses $hashpass from $_POST
Initial Comment:
new_user_md5.php3 packaged with phplib 7.4 doesn't work
out of the box as expected - I think because
if (isset($HTTP_POST_VARS['hashpass'])) $hashpass =
$HTTP_POST_VARS['hashpass'];
is missing from that file. This little patch works for
me at least.
I think previous new_user_md5.php3 phplib (7.2 for
example) versions were broken too but due to different
reasons (some variable name typos if I remember
correctly). It would be nice to have it fixed.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=403611&aid=833063&group_id=31885
|