Don't cache the xmpp/password PConfig value
This commit is contained in:
@@ -226,7 +226,7 @@ class ExAuth
|
|||||||
}
|
}
|
||||||
if ($Error) {
|
if ($Error) {
|
||||||
$this->writeLog(LOG_INFO, 'check against alternate password for ' . $sUser . '@' . $aCommand[2]);
|
$this->writeLog(LOG_INFO, 'check against alternate password for ' . $sUser . '@' . $aCommand[2]);
|
||||||
$sPassword = PConfig::get($uid, 'xmpp', 'password');
|
$sPassword = PConfig::get($uid, 'xmpp', 'password', null, true);
|
||||||
$Error = ($aCommand[3] != $sPassword);
|
$Error = ($aCommand[3] != $sPassword);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user