<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+== 1.4.3 released 2009-2-22
+
+* Fixed issue with brute force protection.
+
 == 1.4.2 released 2009-2-20
 
 * Cleaned up callbacks system to use hooks and execute in the proper order.</diff>
      <filename>CHANGELOG.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -33,7 +33,7 @@ module Authlogic
   #       login_blank: can not be blank
   #       login_not_found: does not exist
   #       login_invalid: should use only letters, numbers, spaces, and .-_@ please.
-  #       consecutive_failed_logins_limit_exceeded: Consecutive failed logins limit exceeded.
+  #       consecutive_failed_logins_limit_exceeded: Consecutive failed logins limit exceeded, account is disabled.
   #       email_invalid: should look like an email address.
   #       password_blank: can not be blank
   #       password_invalid: is not valid</diff>
      <filename>lib/authlogic/i18n.rb</filename>
    </modified>
    <modified>
      <diff>@@ -39,7 +39,7 @@ module Authlogic
         def validate_failed_logins
           if attempted_record.failed_login_count &amp;&amp; attempted_record.failed_login_count &gt;= consecutive_failed_logins_limit
             errors.clear # Clear all other error messages, as they are irrelevant at this point and can only provide additional information that is not needed
-            errors.add_to_base(I18n.t('error_messages.consecutive_failed_logins_limit_exceeded', :default =&gt; &quot;Consecutive failed logins limit exceeded.&quot;))
+            errors.add_to_base(I18n.t('error_messages.consecutive_failed_logins_limit_exceeded', :default =&gt; &quot;Consecutive failed logins limit exceeded, account is disabled.&quot;))
           end
         end
 </diff>
      <filename>lib/authlogic/session/brute_force_protection.rb</filename>
    </modified>
    <modified>
      <diff>@@ -44,7 +44,7 @@ module Authlogic # :nodoc:
 
     MAJOR = 1
     MINOR = 4
-    TINY  = 2
+    TINY  = 3
 
     # The current version as a Version instance
     CURRENT = new(MAJOR, MINOR, TINY)</diff>
      <filename>lib/authlogic/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -35,7 +35,7 @@ module SessionTests
       UserSession.consecutive_failed_logins_limit = 50
     end
     
-    def test_resetting_failed_logins_limit
+    def test_resetting_failed_logins_count
       ben = users(:ben)
       
       2.times do |i|</diff>
      <filename>test/session_tests/brute_force_protection_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ed1af28b8b4bdbdc36c4cee4e94659f019eaded7</id>
    </parent>
  </parents>
  <author>
    <name>binarylogic</name>
    <email>bjohnson@binarylogic.com</email>
  </author>
  <url>http://github.com/binarylogic/authlogic/commit/21e3de7b777ce67b5b5935139f9ad616ae79158e</url>
  <id>21e3de7b777ce67b5b5935139f9ad616ae79158e</id>
  <committed-date>2009-02-22T15:49:38-08:00</committed-date>
  <authored-date>2009-02-22T15:49:38-08:00</authored-date>
  <message>Release v1.4.3 (small release)</message>
  <tree>34548a5857d54adf3bc294c490a2b149b9a11fdc</tree>
  <committer>
    <name>binarylogic</name>
    <email>bjohnson@binarylogic.com</email>
  </committer>
</commit>
