I am trying to use both client_side_validations and devise in my Rails app, and get a weird bug in the log in form.
It's says that the email has already been taken and doesn't let the user to log in :) Email is used as the login.
This is only when I set the :validate => true. When I turn off the setting :validate => true, the log in is performed successfully.
What might cause this problem?