mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 09:52:09 +03:00
48d875a2eb
Closes #288 * I use SendGrid for sending the emails, and it works fine (provided you supply the correct credentials in `config.mail` in `config.js`) * Generates a random 12 char long alphanumeric password, replaces user's pw, and sends an email about it.
10 lines
389 B
Handlebars
10 lines
389 B
Handlebars
<form id="forgotten" method="post" novalidate="novalidate">
|
|
<div class="email-wrap">
|
|
<input class="email" type="email" placeholder="Email Address" name="email" autocapitalize="off" autocorrect="off">
|
|
</div>
|
|
<button class="button-save" type="submit">Send new password</button>
|
|
<section class="meta">
|
|
<a href="/ghost/login/">Log in</a>
|
|
</section>
|
|
</form>
|