Commit 2856e98690ce7957cf4edefcb89da94b41020508
1 parent
f858b98a
Exists in
master
and in
29 other branches
Remove inverse_captcha call
inverse_captcha was removed in favor of using recaptcha.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
app/controllers/public/account_controller.rb
... | ... | @@ -2,8 +2,6 @@ class AccountController < ApplicationController |
2 | 2 | |
3 | 3 | no_design_blocks |
4 | 4 | |
5 | - inverse_captcha :field => 'e_mail' | |
6 | - | |
7 | 5 | before_filter :login_required, :only => [:activation_question, :accept_terms, :activate_enterprise] |
8 | 6 | before_filter :redirect_if_logged_in, :only => [:login, :signup] |
9 | 7 | ... | ... |