mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
fix issue #1717
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user