<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,28 +3,33 @@ existing:
   id: 1
   name: Existing User
   login: existing
-  password: &lt;%= User.sha1 'password' %&gt;
+  salt: 42ddb5b6479872565981adc78e86ddc50fa21637
+  password: 4c5f9d5a0d4cd65d61f6b1505890576d1272986c # password
   email: existing.user@gmail.com
 another:
   id: 2
   name: Another User
   login: another
-  password: &lt;%= User.sha1 'password' %&gt;
+  salt: 42ddb5b6479872565981adc78e86ddc50fa21637
+  password: 4c5f9d5a0d4cd65d61f6b1505890576d1272986c # password
 admin:
   id: 3
   name: Admin User
   login: admin
-  password: &lt;%= User.sha1 'password' %&gt;
+  salt: 42ddb5b6479872565981adc78e86ddc50fa21637
+  password: 4c5f9d5a0d4cd65d61f6b1505890576d1272986c # password
   admin: true
 developer:
   id: 4
   name: Developer User
   login: developer
-  password: &lt;%= User.sha1 'password' %&gt;
+  salt: 42ddb5b6479872565981adc78e86ddc50fa21637
+  password: 4c5f9d5a0d4cd65d61f6b1505890576d1272986c # password
   developer: true
 non_admin:
   id: 5
   name: Non-Admin User
   login: non-admin
-  password: &lt;%= User.sha1 'password' %&gt;
-  admin: false
\ No newline at end of file
+  salt: 42ddb5b6479872565981adc78e86ddc50fa21637
+  password: 4c5f9d5a0d4cd65d61f6b1505890576d1272986c # password
+  admin: false</diff>
      <filename>test/fixtures/users.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>20d8f44d45f11a0e28231fdf86ded522ed927f6d</id>
    </parent>
  </parents>
  <author>
    <name>Nick Plante</name>
    <email>nap@zerosum.org</email>
  </author>
  <url>http://github.com/saturnflyer/radiant/commit/32ae009b34eb28d8bc0ceada262b6d6d23d67c8b</url>
  <id>32ae009b34eb28d8bc0ceada262b6d6d23d67c8b</id>
  <committed-date>2008-06-24T11:30:45-07:00</committed-date>
  <authored-date>2008-06-24T11:30:45-07:00</authored-date>
  <message>update users fixture to use salt (was breaking extension tests)</message>
  <tree>03cddbb7b608e8d9a856c576898a52d0af55c71b</tree>
  <committer>
    <name>Nick Plante</name>
    <email>nap@zerosum.org</email>
  </committer>
</commit>
