php - By default AuthComponent uses FormAuthenticate -
i try use function formauthenticate used in identify function in authcomponent class check user , password in database, seems authcomponenent class doesn't use default
do have make settings use formauthenticate function ?
regards
frank
it should using form
default, if want force use when add auth
$components
:
public $components = array( 'auth' => array( 'authenticate' => array('form') ));
Comments
Post a Comment