mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 18:39:32 +00:00
11 lines
339 B
Handlebars
11 lines
339 B
Handlebars
{{> mainPageHeader name='Password Recovery' }}
|
|
|
|
<div class='mainForm'>
|
|
<form action='/password-reset' method='post'>
|
|
<input type='email' id='email' name='email' placeholder='Email Address' required/>
|
|
|
|
<input type='submit' class='btn btn--primary' value='Request a password reset'/>
|
|
</form>
|
|
<a href='/login'>Back to login</a>
|
|
</div>
|