<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -48,10 +48,10 @@ class Populate &lt; ActiveRecord::Migration
     puts &quot;Creating an account for:&quot;
     puts &quot;  Username: #{ENV['USER']}&quot;
     puts &quot;  Password: secret&quot;
-    @me = Person.create!(:email=&gt;&quot;#{ENV['USER']}@example.com&quot;, :password=&gt;'secret')
+    @me = Person.create!(:email=&gt;&quot;#{ENV['USER']}@example.com&quot;, :password=&gt;'secret', :password_confirmation=&gt;'secret')
 
     puts &quot;Populating database for #{@me.to_param}&quot;
-    @bond = Person.create!(:email=&gt;&quot;bond@example.com&quot;, :fullname=&gt;&quot;Mr.Bond&quot;)
+    @bond = Person.create!(:email=&gt;&quot;bond@example.com&quot;, :fullname=&gt;&quot;Mr.Bond&quot;, :password=&gt;'secret', :password_confirmation=&gt;'secret')
 
     # Tasks I should not see.
     #Task.make </diff>
      <filename>db/populate.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>24a13d23007f3fbb11d6df2c2d8db8a4c9f0c314</id>
    </parent>
  </parents>
  <author>
    <name>Assaf Arkin</name>
    <email>assaf@labnotes.org</email>
  </author>
  <url>http://github.com/intalio/singleshot/commit/cce66bffbfcd5316d0ed50dfe5c0d1d1783639ba</url>
  <id>cce66bffbfcd5316d0ed50dfe5c0d1d1783639ba</id>
  <committed-date>2009-06-09T18:58:06-07:00</committed-date>
  <authored-date>2009-06-09T18:58:06-07:00</authored-date>
  <message>Fixed db:populate</message>
  <tree>ae95bed31e7726996370677876cc78e310111759</tree>
  <committer>
    <name>Assaf Arkin</name>
    <email>assaf@labnotes.org</email>
  </committer>
</commit>
