login
Version:
Dead simple login processor for express.js
2 lines • 847 B
HTML
<html lang="en"><head><title>Login</title><meta http-equiv="content-type" :content="text/html; charset=utf-8"><link href="/login/login.css" media="screen, projection" rel="stylesheet" type="text/css"></head><body id="auth"><div id="design"><div class="container"><div id="content"><h2>Password Reset Instructions</h2><p style="margin: 12px 0px">We've sent an email to <span id='email'></span> containing a temporary url that will allow you to reset your password for the next 24 hours. Please check your spam folder if the email doesn't appear within a few minutes.
</p><p><a href="/authenticate">Return to login screen →</a></p></div></div></div></body><script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script type="text/javascript" src="/login/sent.js"></script></html>