Commit ecbc4517ad591b9f05832516f397604b144b3b18
1 parent
18ce8301
Exists in
master
and in
28 other branches
ActionItem1020: wizard cannot require SSL
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/controllers/public/account_controller.rb
... | ... | @@ -2,7 +2,7 @@ class AccountController < ApplicationController |
2 | 2 | |
3 | 3 | inverse_captcha :field => 'e_mail' |
4 | 4 | |
5 | - require_ssl :except => [ :login_popup, :logout_popup ] | |
5 | + require_ssl :except => [ :login_popup, :logout_popup, :wizard, :profile_details ] | |
6 | 6 | |
7 | 7 | # say something nice, you goof! something sweet. |
8 | 8 | def index | ... | ... |