This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
hymenobacterdotinfo/app/pods/login/login-form/template.hbs
2015-11-11 16:53:46 -07:00

12 lines
498 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>