Add password reset

Closes #15
This commit is contained in:
ricola 2025-06-07 18:38:33 -06:00
parent 84278741a5
commit fa4f77c365
14 changed files with 222 additions and 32 deletions

View file

@ -4,7 +4,7 @@
<p class="error"><%= @error %></p>
<% end %>
<form action="/login" method="POST">
<form action="/login" method="post">
<p>
<label for="email"><%= _("Email") %></label>
<input type="text" name="email">
@ -15,4 +15,5 @@
</p>
<button type="submit"><%= _("Login") %></button>
</form>
<a href="/signup"><%= _("Create account") %></a>
<p><a href="/signup"><%= _("Create account") %></a></p>
<p><a href="/reset"><%= _("Reset password") %></a></p>