1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 04:59:14 +00:00

unbreak auth_remote and possibly other auth plugins

This commit is contained in:
Andrew Dolgov
2013-03-30 10:48:19 +04:00
parent c93f98e123
commit 7040017160

View File

@@ -582,7 +582,6 @@
function authenticate_user($link, $login, $password, $check_only = false) {
if (!SINGLE_USER_MODE) {
$user_id = false;
global $pluginhost;
@@ -597,6 +596,8 @@
}
if ($user_id && !$check_only) {
@session_start();
$_SESSION["uid"] = $user_id;
$result = db_query($link, "SELECT login,access_level,pwd_hash FROM ttrss_users