Fixed NoMethodError.
This commit is contained in:
parent
a5b8f28e8e
commit
08f2c924ef
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ returns
|
||||||
# auth ok
|
# auth ok
|
||||||
if user_auth
|
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
|
# remember last login date
|
||||||
user_auth.update_last_login
|
user_auth.update_last_login
|
||||||
|
|
Loading…
Reference in a new issue