メッセージを変更しようとしています
その場所にアクセスする権限がありません。
cakedc/users プラグインと cakephp 3.1 を使用しますが、方法が見つかりません。
これは src/Controller/AppController の私の設定です:
public function initialize()
{
parent::initialize();
$this->loadComponent('Flash');
$this->loadComponent('CakeDC/Users.UsersAuth', [
'authError' => 'Did you really think you are allowed to see that?',
]
);
}
しかし、まだメッセージ:
その場所にアクセスする権限がありません。
何が間違っているのですか?
ありがとうございました。