From 2278a267661c4199764dc45611357817fe8f5ccb Mon Sep 17 00:00:00 2001 From: Daniel Croak Date: Wed, 2 Sep 2009 18:02:52 -0400 Subject: [PATCH] confirmation token in passwords edit --- app/views/passwords/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/passwords/edit.html.erb b/app/views/passwords/edit.html.erb index 35e77fa..4e572d4 100644 --- a/app/views/passwords/edit.html.erb +++ b/app/views/passwords/edit.html.erb @@ -5,7 +5,7 @@

<% semantic_form_for(:user, - :url => user_password_path(@user, :token => @user.token), + :url => user_password_path(@user, :token => @user.confirmation_token), :html => { :method => :put }) do |form| %> <%= form.error_messages %> <% form.inputs do -%> -- libgit2 0.21.2