Problem with restful_authentication

I'm running rails 1.2.5 with restful_authentication and i'm having problems with logouts. When session destroy is called it is inserting null into the activated_at field for the user which causes logging back in to fail, because it's looking for a activated_at date. Is anyone else having this issue and if so, how do I fix it?