forked from External/greenlight
GRN2-xx: Cleaning up bugs that appeared after refactoring (#780)
* First step * Fixed issues with update room
This commit is contained in:
committed by
farhatahmad
parent
d3b669d552
commit
666ee12988
@ -25,6 +25,8 @@ module Authenticator
|
||||
|
||||
session[:user_id] = user.id
|
||||
|
||||
logger.info("Support: #{user.email} has successfully logged in.")
|
||||
|
||||
# If there are not terms, or the user has accepted them, check for email verification
|
||||
if !Rails.configuration.terms || user.accepted_terms
|
||||
check_email_verified(user)
|
||||
|
Reference in New Issue
Block a user