]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Do not check the IP address with session protection disabled 1182/head
authorArthurHoaro <arthur@hoa.ro>
Tue, 17 Jul 2018 12:13:37 +0000 (14:13 +0200)
committerArthurHoaro <arthur@hoa.ro>
Tue, 17 Jul 2018 12:13:37 +0000 (14:13 +0200)
commitd9ba1cdd44a7eec9e7f4d429087c6ba838ad473e
tree5be107b1b06cc9fbaeec32679474816d6469748e
parent5d32c50ad70a659a6c86b80fa65d7ec41e045b1e
Do not check the IP address with session protection disabled

This allows the user to stay logged in if his IP changes.

Fixes #1106
application/security/LoginManager.php
tests/security/LoginManagerTest.php