]> git.mxchange.org Git - friendica.git/commitdiff
Don't cache the xmpp/password PConfig value
authorHypolite Petovan <mrpetovan@gmail.com>
Fri, 24 Nov 2017 01:34:35 +0000 (20:34 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Fri, 24 Nov 2017 01:34:35 +0000 (20:34 -0500)
src/Util/ExAuth.php

index 0769be2e66cf742bc4299fc1b0d219f5a1f41220..aa3300c4e9adae2f71640e70b7dee9c292d9a0f8 100644 (file)
@@ -226,7 +226,7 @@ class ExAuth
                        }\r
                        if ($Error) {\r
                                $this->writeLog(LOG_INFO, 'check against alternate password for ' . $sUser . '@' . $aCommand[2]);\r
-                               $sPassword = PConfig::get($uid, 'xmpp', 'password');\r
+                               $sPassword = PConfig::get($uid, 'xmpp', 'password', null, true);\r
                                $Error = ($aCommand[3] != $sPassword);\r
                        }\r
                } else {\r