Bugs item #833063, was opened at 2003-10-31 00:53
Message generated for change (Comment added) made by richardarcher
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=403611&aid=833063&group_id=31885
Category: Authentication
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Andres Toomsalu (frame)
>Assigned to: Richard Archer (richardarcher)
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.
----------------------------------------------------------------------
>Comment By: Richard Archer (richardarcher)
Date: 2004-04-21 20:48
Message:
Logged In: YES
user_id=279311
I have committed this to CVS, largely untested.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=403611&aid=833063&group_id=31885
|