forked from External/greenlight
Redirect authenticated users to main room when accessing ldap signin (#856)
Co-authored-by: Jesus Federico <jesus@123it.ca>
This commit is contained in:
committed by
Jesus Federico
parent
445800d382
commit
079d64795b
@ -24,7 +24,7 @@ class SessionsController < ApplicationController
|
||||
|
||||
skip_before_action :verify_authenticity_token, only: [:omniauth, :fail]
|
||||
before_action :check_user_signup_allowed, only: [:new]
|
||||
before_action :ensure_unauthenticated_except_twitter, only: [:new, :signin]
|
||||
before_action :ensure_unauthenticated_except_twitter, only: [:new, :signin, :ldap_signin]
|
||||
|
||||
# GET /signin
|
||||
def signin
|
||||
|
Reference in New Issue
Block a user