This commit is contained in:
Mario
2023-01-04 20:14:11 +00:00
parent 435888c1a3
commit 2eb4d87621
3 changed files with 33 additions and 28 deletions

View File

@@ -112,6 +112,7 @@ function account_verify_password($login, $pass) {
}
if($channel) {
// Try the authentication plugin again since weve determined we are using the channel login instead of account login
$addon_auth = [
'username' => $account['account_email'],