diff options
author | Mario <mario@mariovavti.com> | 2023-01-04 20:14:11 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-04 20:14:11 +0000 |
commit | 2eb4d8762101df4e5dc6feddcfd479727853763b (patch) | |
tree | 29067774dc0afff58031ef5eab2f5585235b0a38 /include | |
parent | 435888c1a32329280b2c5f1ef5be10b08bfe4d7f (diff) | |
download | volse-hubzilla-2eb4d8762101df4e5dc6feddcfd479727853763b.tar.gz volse-hubzilla-2eb4d8762101df4e5dc6feddcfd479727853763b.tar.bz2 volse-hubzilla-2eb4d8762101df4e5dc6feddcfd479727853763b.zip |
fix issue #1717
Diffstat (limited to 'include')
-rw-r--r-- | include/auth.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/auth.php b/include/auth.php index 8f0b137be..125aedffd 100644 --- a/include/auth.php +++ b/include/auth.php @@ -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'], |