我正在為一個網站使用 cakephp。用戶名和密碼出現在預先填寫的表格上。這不會硬編碼到登錄表單中,也不會出現在任何控制器中。這是怎么發生的?我不知道這是怎么發生的<?= $this->Form->create('User') ?><?= $this->Form->input('username',['label'=>'Username']) ?><?= $this->Form->input('password',['label'=>'Password', 'type' =>'password']) ?><?= $this->Form->button(__('Login')) ?><?= $this->Html->link(' Forgot Password', array('action' => 'forgotPassword1')) ?><?= $this->Form->end() ?>http://andrewt.com.au/crm/users/login
添加回答
舉報
0/150
提交
取消