Donate Share

Staff Holiday Manager

Tracker: Bugs

5 Account activation doesn't work - ID: 1488781
Last Update: Tracker Item Submitted ( nobody )

When register globals set to off (as it should always
be) in activate.php the following line:

$query=mysql_query("UPDATE users SET Pass=MD5('$pass'),
active='y' WHERE ID = $ID");

Must be replaced by:

$query=mysql_query("UPDATE users SET
Pass=MD5('".$_POST["pass2"]."'), active='y' WHERE ID =
$ID");

Cheers
Antoine.


Nobody/Anonymous ( nobody ) - 2006-05-15 11:12

5

Open

None

Nobody/Anonymous

Interface (example)

v1.0 (example)

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.