<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -25,7 +25,7 @@ class PasswordResetsController &lt; ApplicationController
 
   def update
     @user.password = params[:user][:password]
-    @user.confirm_password = params[:user][:confirm_password]
+    @user.password_confirmation = params[:user][:password_confirmation]
     if @user.save
       flash[:notice] = &quot;Password successfully updated&quot;
       redirect_to account_url</diff>
      <filename>app/controllers/password_resets_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,8 +5,8 @@
   &lt;%= f.label :password %&gt;&lt;br /&gt;
   &lt;%= f.password_field :password %&gt;&lt;br /&gt;
   &lt;br /&gt;
-  &lt;%= f.label :confirm_password %&gt;&lt;br /&gt;
-  &lt;%= f.password_field :confirm_password %&gt;&lt;br /&gt;
+  &lt;%= f.label :password_confirmation %&gt;&lt;br /&gt;
+  &lt;%= f.password_field :password_confirmation %&gt;&lt;br /&gt;
   &lt;br /&gt;
   &lt;%= f.submit &quot;Update my password and log me in&quot; %&gt;
 &lt;% end %&gt;
\ No newline at end of file</diff>
      <filename>app/views/password_resets/edit.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a828211bbab5c9aac366ce717af09f0f0775c861</id>
    </parent>
  </parents>
  <author>
    <name>binarylogic</name>
    <email>bjohnson@binarylogic.com</email>
  </author>
  <url>http://github.com/binarylogic/authlogic_example/commit/cb140c23ca43ec31b48fcbee6934eef4af806550</url>
  <id>cb140c23ca43ec31b48fcbee6934eef4af806550</id>
  <committed-date>2008-11-23T17:27:35-08:00</committed-date>
  <authored-date>2008-11-23T17:27:35-08:00</authored-date>
  <message>Updated password reset to use new authlogic</message>
  <tree>66636ceff8c3806b18f7c67e6aa1d3818aae4072</tree>
  <committer>
    <name>binarylogic</name>
    <email>bjohnson@binarylogic.com</email>
  </committer>
</commit>
