]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/auth_remote/init.php
Fixing bugs found by static analysis
[tt-rss.git] / plugins / auth_remote / init.php
index 2bf090d5404a2ed86e20d4e4f004a94e3f928d19..2ec2c87b232ca9e0e33c7d00b27763efb95e5041 100644 (file)
@@ -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;