dre1080 / warden

More than just a user database auth package for FuelPHP
http://dre1080.github.com/warden
MIT License
46 stars 11 forks source link

Update to fix locking and the driver's handling of locking #13

Closed JesseObrien closed 12 years ago

JesseObrien commented 12 years ago

Fixes https://github.com/dre1080/warden/issues/12

Also adds a check into the user model to check the current object to see if the locked_at property is null or not.

JesseObrien commented 12 years ago

Okay, cool. I have it working with that setup right now, I think mysql takes 0000-00-00 00:00:00 to be null in that instance.