标签: authentication cakephp-3.0
您好我已加载auth组件并包含以下内容;
public function beforeFilter(Event $event) { parent::beforeFilter($event); $this->Auth->allow('register', 'verify'); }
如果我导航到注册它可以正常工作,但是,如果我去验证它会重定向我登录?
有什么想法吗?