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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -