<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,5 @@
 *.sqlite3
+config/initializers/action_mailer_settings.rb
 config/deploy.rb
 db/schema.rb
 config/database.yml</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@ class PasswordResetsController &lt; ApplicationController
       redirect_to default_url
     else
       flash[:notice] = &quot;No user was found with that email address&quot;
-      render :action =&gt; :forgot_password
+      render :action =&gt; :new
     end
   end
   
@@ -30,7 +30,7 @@ class PasswordResetsController &lt; ApplicationController
       flash[:notice] = &quot;Password successfully updated&quot;
       redirect_to account_url
     else
-      render :action =&gt; :edit_password
+      render :action =&gt; :edit
     end
   end
 </diff>
      <filename>app/controllers/password_resets_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fa1cfd5c3aa3ab17c88e6eedfdf0032e0148aec4</id>
    </parent>
  </parents>
  <author>
    <name>binarylogic</name>
    <email>bjohnson@binarylogic.com</email>
  </author>
  <url>http://github.com/binarylogic/authlogic_example/commit/6f14d32f9b6860122397eefef5b6aae8721e6a1c</url>
  <id>6f14d32f9b6860122397eefef5b6aae8721e6a1c</id>
  <committed-date>2008-11-19T13:05:22-08:00</committed-date>
  <authored-date>2008-11-19T13:05:22-08:00</authored-date>
  <message>Fixed failed render typo</message>
  <tree>d75097df3148c15dbeadf714b7e6969f8b2f25d6</tree>
  <committer>
    <name>binarylogic</name>
    <email>bjohnson@binarylogic.com</email>
  </committer>
</commit>
