From 99d27e0ce4f48454808d2325cb407b5b35cf5e88 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 4 Jan 2015 22:34:59 -0500 Subject: Allow users to override the timezone and the language --- app/Auth/ReverseProxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Auth/ReverseProxy.php') diff --git a/app/Auth/ReverseProxy.php b/app/Auth/ReverseProxy.php index 9d766a5b..b84550cf 100644 --- a/app/Auth/ReverseProxy.php +++ b/app/Auth/ReverseProxy.php @@ -37,7 +37,7 @@ class ReverseProxy extends Base $user = $this->user->getByUsername($login); } - $this->user->updateSession($user); + $this->userSession->refresh($user); $this->container['dispatcher']->dispatch('auth.success', new AuthEvent(self::AUTH_NAME, $user['id'])); return true; -- cgit v1.2.3