]> source.dussan.org Git - nextcloud-server.git/commit
Set last-login-check on basic auth 2505/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Mon, 5 Dec 2016 19:57:15 +0000 (20:57 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Mon, 5 Dec 2016 19:57:15 +0000 (20:57 +0100)
commite368a745aa5f9eb53327b2875d9fade8b4e8398b
tree7e1b8f2338f5a5baeabc0d22c1bdd59876bf6590
parentbea85adc087648f170d898ea5f16079cde820d35
Set last-login-check on basic auth

Else the last-login-check fails hard because the session value is not
set and thus defaults to 0.

* Started with tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/private/User/Session.php
tests/lib/User/SessionTest.php