parent
84278741a5
commit
fa4f77c365
14 changed files with 222 additions and 32 deletions
9
views/reset.erb
Normal file
9
views/reset.erb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<h1><%= _("Reset password") %></h1>
|
||||
|
||||
<form action="/reset" method="post">
|
||||
<p>
|
||||
<label for="email"><%= _("Email") %></label>
|
||||
<input type="text" name="email">
|
||||
</p>
|
||||
<button type="submit"><%= _("Reset password") %></button>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue