Project

General

Profile

Bug #2967 ยป 2967.patch

krileon, 02 February 2012 17:52

View differences:

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', '' ) );
    (1-1/1)