Skip to content

Commit

Permalink
Add login page.
Browse files Browse the repository at this point in the history
  • Loading branch information
stinkinkevin committed Nov 5, 2015
1 parent 695e6d9 commit 0315024
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/View/Users/login.ctp
@@ -0,0 +1,7 @@
<h2>Login</h2>
<?php
echo $this->Form->create();
echo $this->Form->input('username');
echo $this->Form->input('password');
echo $this->Form->end('Login');
?>

0 comments on commit 0315024

Please sign in to comment.