Changed reseting page added emailcode page and new password page will need to make more secure all just placeholders atm so its fine

This commit is contained in:
Jordan
2026-07-28 11:59:30 +12:00
parent b332df87d7
commit 1012c41c22
7 changed files with 69 additions and 29 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
border-radius: 4px;
}
button{
.button{
margin-left: 250px;
}
@@ -22,5 +22,5 @@
<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 class="emailbox">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>
<a class="button" href="/resetpasscode" style="font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; border-color: gray; border-radius: 4px; border-width: 4px; border-style: solid; display: inline-block; text-decoration: none; padding: 8px 16px; color: black;">Send reset email</a>
{% endblock %}