fix broken update password flow
This commit is contained in:
parent
0e8e93204a
commit
bdb9499535
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
- title t('.title')
|
||||
= raw t('.body', user: h(show_user(@user)))
|
||||
= simple_form_for @user, :url => update_password_path(@user.id, :token => @user.reset_password_token) do |form|
|
||||
= simple_form_for @user, :url => {:action => 'update_password', :id => @user.id, :token => @user.reset_password_token} do |form|
|
||||
= form.input :password
|
||||
= form.input :password_confirmation
|
||||
.form-actions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue