Bug #2967 ยป 2967.patch
components/com_comprofiler/comprofiler.php | ||
---|---|---|
cbSpoofCheck( 'lostPassForm' );
|
||
cbRegAntiSpamCheck();
|
||
|
||
$usernameExists = ( ( isset( $ueConfig['login_type'] ) ) && ( $ueConfig['login_type'] < 2 ) );
|
||
$usernameExists = ( ( isset( $ueConfig['login_type'] ) ) && ( $ueConfig['login_type'] != 2 ) );
|
||
|
||
// ensure no malicous sql gets past
|
||
$checkusername = trim( cbGetParam( $_POST, 'checkusername', '' ) );
|