Added user authentication
This commit is contained in:
parent
d7e7af5a10
commit
cb54057305
40 changed files with 710 additions and 218 deletions
11
templates/auth/login.html
Normal file
11
templates/auth/login.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<form method="post" action="/auth/login" class="post-form">
|
||||
<p>
|
||||
<input name="email" value="" placeholder="Email">
|
||||
</p>
|
||||
<p>
|
||||
<input name="password" type="password" value="" placeholder="Password">
|
||||
</p>
|
||||
<p>
|
||||
<input type="submit" value="Login">
|
||||
</p>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue