; $Id: CHANGELOG.txt,v 1.3 2010/07/22 21:11:43 richardp Exp $ 
===================
Changelog for Safer Login
===================

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.