[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 0a1634: Warn user in case the failed login is result of fa...
Michal Čihař
michal at cihar.com
Mon Dec 18 11:37:19 CET 2017
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0a1634a12bbcdf3f7147b5fd44ae4fbcace53d57
https://github.com/phpmyadmin/phpmyadmin/commit/0a1634a12bbcdf3f7147b5fd44ae4fbcace53d57
Author: Michal Čihař <michal at cihar.com>
Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths:
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/common.inc.php
Log Message:
-----------
Warn user in case the failed login is result of failed setting of cookie
This can easily happen when switching between HTTPS and HTTP - once you
login using HTTPS, the secure cookie is created and it can not be
overwritten by non secure one created on HTTP connection making the
browser stuck on wrong session ID.
Issue #13872
Signed-off-by: Michal Čihař <michal at cihar.com>
More information about the Git
mailing list