parent
c4c30f1f86
commit
3ac5eb941a
@ -0,0 +1,9 @@ |
|||||||
|
.form-container |
||||||
|
form action="/user/login" method="post" |
||||||
|
h2 Log in |
||||||
|
input type="text" name="email" placeholder="Email" |
||||||
|
input type="password" name="password" placeholder="Password" |
||||||
|
input type="submit" value="Log in" |
||||||
|
|
||||||
|
a.button href="/register" target="_self" |
||||||
|
| Don't have an account? |
@ -0,0 +1,15 @@ |
|||||||
|
.form-container |
||||||
|
form action="/user/new" method="post" |
||||||
|
h2 Register Account |
||||||
|
input type="text" name="email" placeholder="Email" |
||||||
|
input type="text" name="name" placeholder="Name" |
||||||
|
input type="password" name="password" placeholder="Password" |
||||||
|
input type="password" name="password_confirm" placeholder="Confirm Password" |
||||||
|
input type="submit" value="Register" |
||||||
|
|
||||||
|
a.button href="/login" target="_self" |
||||||
|
| Log in instead |
||||||
|
|
||||||
|
a.button href="https://en.wikipedia.org/wiki/Bcrypt" target="_blank" |
||||||
|
| How we store passwords |
||||||
|
|
Loading…
Reference in new issue