Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2ce7aa70c4896c10c46a5579106cbba647f26b76
https://github.com/phpmyadmin/phpmyadmin/commit/2ce7aa70c4896c10c46a5579106…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-12-01 (Mon, 01 Dec 2014)
Changed paths:
M libraries/common.inc.php
M libraries/plugins/AuthenticationPlugin.class.php
M libraries/plugins/auth/AuthenticationCookie.class.php
Log Message:
-----------
Move storing password/username after checking password
The cookie encryption is quite expensive, so let's move it after we
check password validity.
Signed-off-by: Michal Čihař <michal(a)cihar.com>