Advertisement
Guest User

Untitled

a guest
Apr 19th, 2020
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?= $this->Flash->render() ?>
  2. <h3>Login</h3>
  3. <?= $this->Form->create() ?>
  4. <?= $this->Form->control('email', ['required' => true]) ?>
  5. <?= $this->Form->control('password', ['required' => true]) ?>
  6. <?= $this->Form->submit(__('Login')); ?>
  7. <?= $this->Form->end() ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement