witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/static/html/password reset.html

36 lines
1.0 KiB
HTML

<h3>password reset</h3>
<noscript>
<p>
<b>Luminotes requires JavaScript to be enabled in your web browser before you
can reset your password. Please <a href="/notebooks/%s?note_id=new">enable JavaScript</a>
before filling out the form below.</b>
</p>
</noscript>
<p>
If you can't remember your username or password, just enter the email address
you gave during sign up, and you'll receive a link to reset your password.
You'll also get a username reminder.
</p>
<p>
<b>tip:</b> If you've got a spam filter in place, you may need to add
support@luminotes.com to your whitelist.
</p>
<form id="send_reset_form" target="/users/send_reset">
<p>
<b>email address</b><br />
<input type="text" name="email_address" id="email_address" class="text_field" size="30" maxlength="60" />
</p>
<p>
<input type="submit" name="send_reset_button" id="send_reset_button"
class="button" value="email me" />
</p>
</form>
<p>If the password reset isn't working for you, please let me know. See my <a
href="/notebooks/%s?note_id=new">contact info</a> for details.</p>