Password problems
I seem to be having problems with passwords – as in you log out and then you can’t log back in again, even though you know you have the correct password!
If this happens to you, let me know and i will reset your password. I have yet to find out why this is occurring.
Update: Fixed 06/05/2006. This had to do with the model encrypting password on save, meaning that every time you update your preferences it tried to re-encrypt and save your password, even when you weren’t trying to change it. The if password.empty? didn’t seem to work as intended. So now i’m just updating (and encrypting) password explicitly when user changes it.