Added field for putting info for a otp system for reseting password with gmail and changed what resetpassword page looks like
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
<h2>Work in progress</h2>
|
||||
<h2>Forgotten you password just enter your email below and you'll be sent a link to reset your password</h2>
|
||||
<p style="color: gray; text-decoration: underline;">This page is just a placeholder at the moment not functional</p>
|
||||
<p>Enter email here:<input type="email" id="email" name="email" required><br><br></p>
|
||||
<button type="resetpassword" style="font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; border-color: gray; border-radius: 4px; border-width: 4px;">Send reset email</button>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user