16 lines
621 B
Handlebars
16 lines
621 B
Handlebars
<form {{action "submit" on="submit"}}>
|
|
<h2>Log In</h2>
|
|
{{one-way-input type="text" class="identification" value=identification update=(action "identificationDidChange") placeholder="Email"}}
|
|
{{one-way-input type="password" class="password" value=password update=(action "passwordDidChange") placeholder="Password"}}
|
|
<button type="submit" class="button-gray log-in">
|
|
Log In
|
|
</button>
|
|
</form>
|
|
<br>
|
|
<div>
|
|
{{link-to 'Forget your password?' 'users.requestlockouthelp'}}
|
|
</div>
|
|
<br>
|
|
<div>
|
|
Just checking things out? Log in with email <code>read-only</code> and password <code>bacteria</code>!
|
|
</div>
|