frontend: add password reset functionality

This commit is contained in:
Adhityaa
2018-06-09 15:37:53 +05:30
parent 5f23706003
commit a9b235ef0b
7 changed files with 192 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
<button id="button" class="button" onclick="window.login()">Login</button>
<a class="link" href="/forgot">Trouble logging in? Reset your password.</a>
<a class="link" href="/reset">Trouble logging in? Reset your password.</a>
<a class="link" href="/signup">Don't have an account yet? Sign up.</a>
</div>
</div>