CakePHP security component blackholing login (data[_Token][key] field not generated)
问题 When I try to login, the request gets blackholed by teh Security component. How can I make it work right? I have a simple login form <div class="container container-login"> <h2><?php echo __('Login'); ?></h2> <div class="wrap-form-signin"> <?php echo $this->Form->create('User', array('action' => 'login', 'class' => 'form-signin')); echo $this->Form->input('username', array('label' => '', 'placeholder' => __('Email'))); echo $this->Form->input('password', array('label' => '', 'placeholder' =>