possible bug in register.php ? possible bug in register.php ?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

possible bug in register.php ?

Started by rrwwxx, September 09, 2007, 05:52:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rrwwxx

I came across this line in register.php of cpg1.4:

    $sql = "SELECT user_active user_active, user_email, user_name, user_password " . "FROM {$CONFIG['TABLE_USERS']} " . "WHERE user_actkey = '$act_key' " . "LIMIT 1";


I think there is one user_active too many? I am not quite sure so I better leave it like it is, but it doesn't look correct to me.

cu,
Roli
°¿°

Nibbler

It's technically correct, just unnecessary.