Skip to content

Commit

Permalink
Fix blank screen on signup
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliobo committed May 20, 2015
1 parent 4cce0d6 commit 5d382ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/public/account_controller.rb
Expand Up @@ -4,7 +4,8 @@ class AccountController < ApplicationController

before_filter :login_required, :only => [:activation_question, :accept_terms, :activate_enterprise, :change_password]
before_filter :redirect_if_logged_in, :only => [:login, :signup]
before_filter :protect_from_bots, :only => :signup
# FIXME this gives intermittent blank screen!
#before_filter :protect_from_bots, :only => :signup

# say something nice, you goof! something sweet.
def index
Expand Down

0 comments on commit 5d382ee

Please sign in to comment.