我正在為一個網(wǎng)站使用 cakephp。用戶名和密碼出現(xiàn)在預(yù)先填寫的表格上。這不會硬編碼到登錄表單中,也不會出現(xiàn)在任何控制器中。這是怎么發(fā)生的?我不知道這是怎么發(fā)生的<?= $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
- 1 回答
- 0 關(guān)注
- 80 瀏覽
添加回答
舉報
0/150
提交
取消