I recently switched from restful_authentication to authlogic for authenticating users for my application. I've been exploring the API, and I've found a helper for generalizing error messages and overriding the message with my own, but I was curious as to how you can remove these two lines:
1 error prohibited this user session from being saved
There were problems with the following fields:
Without messing around with the authlogic gem code, if possible. (Preferably without overriding error_messages_for)
Thanks.