2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 11:49:50 +00:00

password reset via encrypted token by email

This commit is contained in:
2025-01-22 23:03:01 +00:00
parent a5341c4eb2
commit 173ee2348f
5 changed files with 53 additions and 22 deletions

View File

@@ -64,10 +64,15 @@ So type in the same email address that you use there.
<div class='align-right'>
<input type="checkbox" checked name="visible" onclick="myFunction()">Make Passwords visible (on this form only)
<br /><br />
<button class="fancybutton" style="padding: 0.5em 25px; font-size: 100%;" type = "submit" value = "Go to" >
Register &rarr;
</button>
<br /><br />
<button class="fancybutton" style="padding: 0.5em 25px; font-size: 100%;"
onclick="window.location.href='/accounts/password_reset/'" value = "Go to" >
Reset password
</button>
&nbsp;&nbsp;&nbsp;
<button class="fancybutton" style="padding: 0.5em 25px; font-size: 100%;" type = "submit" >
Register &rarr;
</button>
</div>
</form>
</div>