0

我尝试使用AuthComponent类中的identify函数中使用的FormAuthenticate函数来检查数据库中的用户和密码,但是AuthComponenent类似乎默认不使用它

我是否必须进行一些设置才能使用 FormAuthenticate 功能?

问候

坦率

4

1 回答 1

0

默认情况下应该使用它Form,但是如果您想强制它在添加Auth到时使用它$components

public $components = array(
'Auth' => array(
    'authenticate' => array('Form')
));
于 2013-07-21T18:02:47.520 回答