class Lato::AuthenticationController

def lock_authenticator_if_disabled

def lock_authenticator_if_disabled
  return if Lato.config.authenticator_connection && !Lato.config.auth_disable_authenticator
  respond_to_with_not_found
end