password recovery wip
This commit is contained in:
parent
cd40ef66c6
commit
49998ee5b7
12 changed files with 70 additions and 1 deletions
4
app/views/users/password_recovery_email.html.erb
Normal file
4
app/views/users/password_recovery_email.html.erb
Normal file
|
@ -0,0 +1,4 @@
|
|||
<%= form_with url: "/password_recovery", method: :post do |form| %>
|
||||
<%= form.text_field :email %>
|
||||
<%= form.submit "Send email" %>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue