This commit is contained in:
Arun Kumar 2017-02-18 13:02:20 +00:00 committed by GitHub
commit b946b9f261
2 changed files with 16 additions and 3 deletions

View file

@ -14,7 +14,7 @@ class ConferenceRegistrationsController < ApplicationController
return
# ichain does not allow us to create users during registration
elsif (ENV['OSEM_ICHAIN_ENABLED'] == 'true') && !current_user
redirect_to root_path, alert: 'You need to sign in or sign up before continuing.'
redirect_to new_user_ichain_session_path, alert: 'You need to sign in or sign up before continuing.'
return
end