Commit fbd454e58a1f58d8b5e1b5e5b295a7dcd5ba5256
Exists in
production
Merge branch 'staging' into production
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/controllers/application_controller.rb
app/controllers/public/account_controller.rb
... | ... | @@ -6,7 +6,7 @@ class AccountController < ApplicationController |
6 | 6 | before_filter :redirect_if_logged_in, :only => [:login, :signup] |
7 | 7 | before_filter :protect_from_bots, :only => :signup |
8 | 8 | |
9 | - protect_from_forgery except: [:login] | |
9 | + #protect_from_forgery except: [:login] | |
10 | 10 | |
11 | 11 | helper CustomFieldsHelper |
12 | 12 | # say something nice, you goof! something sweet. | ... | ... |