mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:45:56 +00:00
Fixing bugs found by static analysis
This commit is contained in:
@@ -45,7 +45,7 @@ class Auth_Remote extends Plugin implements IAuthModule {
|
||||
# if (!$try_login) $try_login = "test_qqq";
|
||||
|
||||
if ($try_login) {
|
||||
$user_id = $this->base->auto_create_user($try_login);
|
||||
$user_id = $this->base->auto_create_user($try_login, $password);
|
||||
|
||||
if ($user_id) {
|
||||
$_SESSION["fake_login"] = $try_login;
|
||||
|
||||
Reference in New Issue
Block a user