From e192c7e2132aeeae9bb935987fe3a502409f0bac Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 29 Oct 2015 10:08:01 +0100 Subject: [PATCH] Fixed syntax error. --- lib/sso.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sso.rb b/lib/sso.rb index a52bc1069..bf55430cb 100644 --- a/lib/sso.rb +++ b/lib/sso.rb @@ -59,7 +59,7 @@ returns # auth not ok next if !user_auth - Rails.logger.info "Authentication against #{config_item[:adapter]} for user #{user.login} ok." + Rails.logger.info "Authentication against #{config_item[:adapter]} for user #{user_auth.login} ok." # remember last login date user_auth.update_last_login