blah
This commit is contained in:
17
consumerWebsite/views/checkemail.ejs
Normal file
17
consumerWebsite/views/checkemail.ejs
Normal file
@ -0,0 +1,17 @@
|
||||
<%- include('logintop') %>
|
||||
|
||||
<body>
|
||||
<section class="wrapper">
|
||||
<div class="form">
|
||||
<!-- -->
|
||||
<div class="error-contents">
|
||||
<h3>Please check your email for the reset password link</h3>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<a>Dont have an account?</a> <a href="/login">Sign Up</a>
|
||||
<br>
|
||||
<a>Already have an account?</a> <a href="/login">Login</a>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
@ -4,7 +4,7 @@
|
||||
<section class="wrapper">
|
||||
<div class="form">
|
||||
<header>Reset Password</header>
|
||||
<form action="auth/checkemail" method="POST" onsubmit="formAJAX(this)">
|
||||
<form action="auth/checkemail" onsubmit="formAJAX(this) "evalAJAX="app.auth.checkEmailRedirect();">
|
||||
<input type="email" name="email" placeholder="Email" required
|
||||
pattern="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" />
|
||||
<input type="submit" value="Reset Password" />
|
||||
|
Reference in New Issue
Block a user