Open beranPro opened 8 years ago
I was having the same problem, then downgraded devise_security_extension from 0.10.0 to 0.9.2 and captcha worked again. I've not diff'd the versions to see what's changed but that'll get it working for you.
I disabled the devise captchas and decided to use google recaptcha which worked fine for me as well. https://github.com/plataformatec/devise/wiki/How-To:-Use-Recaptcha-with-Devise
I have other error with easy captcha. When I did not fill all fields it works, but when I fill password and login in sign in, the app don't ask for captcha.
config/initializers/deviser.rb
# captcha integration for sign in form
config.captcha_for_sign_in = true
model user.rb
devise :database_authenticatable, :registerable, :recoverable, :rememberable, :trackable, :validatable, :confirmable, :lockable, :omniauthable, :secure_validatable, :session_limitable
view
<%= captcha_tag %> <%= text_field_tag :captcha %>
Hi, i'm getting following error when i'm trying to log in with captchas enabled. In the better errors console the code work fine. Any suggestions?
My config/initializers/devise_security_extension.rb
Model: app/models/user.rb
Installed Versions: