kcfinder da config.php de
$config['authentication'] = function () {    
return false;
};
kısmını
$config['authentication'] = function () {    
return true;
};
yaptınız mı ?