; $Id: CHANGELOG.txt,v 1.6 2010/08/17 14:20:19 richardp Exp $ 
===================
Changelog for Safer Login
===================

8-12-2010
  Fixed a bug where, if the site was in offline mode, safer login actually
  prevents admin from logging in.  So, while the site is in offline mode,
  the safer login module simply gets bypassed.


8-05-2010
  Added a simple check to see if you have both the login block and the
  login page displaying at the same time, which would cause a problem.
  Unlikely, perhaps, but I figured I might as well do it just in case.

7-22-2010
  Fixed a bug where it was not wanting to log in correctly after failing
  validation.  Had to do with setting and unsetting session variables.
  
  Also, added ability to have "minimal protection."  Still double-hashes
  passwords, but does not use a unique salt, so password managers and the like
  will work with it (though obviously, this is less secure).
  
  Fixed a bug where it was not working well when caching was enabled.  It now
  works fine with caching.


7-19-2010
  Added a simple function to let the administrator test to make sure the
  javascript MD5 function produces the exact same output as the PHP md5
  function.  I wrote this mostly for my own testing, but decided to leave
  it in for educational reasons.
  

7-18-2010
  Initial commit of Safer Login.