<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,10 @@
 h2. Introduction
 
-This is an easier to read version of Matt Hooks' &quot;Authlogic Activation Tutorial&quot;:http://github.com/matthooks/authlogic-activation-tutorial/tree/master. The tutorial is divided into a number of steps and walks through the process of implementing user activation functionality into your pre-existing Rails app using &quot;Authlogic&quot;:http://github.com/binarylogic/authlogic/tree/master. If you are just starting out with Authlogic, be sure to checkout the &quot;Authlogic Example Tutorial&quot;:http://github.com/binarylogic/authlogic_example/tree/master.
+This tutorial is divided into a number of steps and walks through the process of implementing user activation functionality into your pre-existing Rails app using &quot;Authlogic&quot;:http://github.com/binarylogic/authlogic/tree/master. If you are just starting out with Authlogic, be sure to checkout the &quot;Authlogic Example Tutorial&quot;:http://github.com/binarylogic/authlogic_example/tree/master.
+
+Just a reminder, *the code, as is, may not work with the most recent versions of Authlogic!*
+
+Thanks to &quot;Clayton Lengel-Zigich&quot;:http://github.com/clayton for cleaning up the tutorial and making it easier to read!
 
 h2. Step 1
 
@@ -23,7 +27,7 @@ Let's begin by adding an 'active' field with a default of false to the user mode
 
 h2. Step 2
 
-Don't forget to run the migraiton.
+Don't forget to run the migration.
 
 @rake db:migrate@
 </diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>01</filename>
    </removed>
    <removed>
      <filename>02.rb</filename>
    </removed>
    <removed>
      <filename>03</filename>
    </removed>
    <removed>
      <filename>04.rb</filename>
    </removed>
    <removed>
      <filename>05</filename>
    </removed>
    <removed>
      <filename>06.rb</filename>
    </removed>
    <removed>
      <filename>07</filename>
    </removed>
    <removed>
      <filename>08.rb</filename>
    </removed>
    <removed>
      <filename>09</filename>
    </removed>
    <removed>
      <filename>10.rb</filename>
    </removed>
    <removed>
      <filename>11.erb</filename>
    </removed>
    <removed>
      <filename>12</filename>
    </removed>
    <removed>
      <filename>13.rb</filename>
    </removed>
    <removed>
      <filename>14</filename>
    </removed>
    <removed>
      <filename>15.html.erb</filename>
    </removed>
    <removed>
      <filename>16</filename>
    </removed>
    <removed>
      <filename>17.rb</filename>
    </removed>
    <removed>
      <filename>18</filename>
    </removed>
    <removed>
      <filename>19.html.erb</filename>
    </removed>
    <removed>
      <filename>20</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>f85b0934540ccb36d5352375ef8164fd9e4f0b87</id>
    </parent>
  </parents>
  <author>
    <name>Matt Hooks</name>
    <email>matthooks@gmail.com</email>
  </author>
  <url>http://github.com/matthooks/authlogic-activation-tutorial/commit/2489e5cf49b9ab082046e3246d96a312533e73f3</url>
  <id>2489e5cf49b9ab082046e3246d96a312533e73f3</id>
  <committed-date>2009-07-28T02:06:14-07:00</committed-date>
  <authored-date>2009-07-28T02:06:14-07:00</authored-date>
  <message>cleaned up files, thanks to clayton! also fixed a typo</message>
  <tree>843a6861a529e39dd74c2b024e63a3f0580bd7ae</tree>
  <committer>
    <name>Matt Hooks</name>
    <email>matthooks@gmail.com</email>
  </committer>
</commit>
