aboutsummaryrefslogtreecommitdiffstats
path: root/include/auth.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-01-04 20:14:11 +0000
committerMario <mario@mariovavti.com>2023-01-04 20:14:11 +0000
commit2eb4d8762101df4e5dc6feddcfd479727853763b (patch)
tree29067774dc0afff58031ef5eab2f5585235b0a38 /include/auth.php
parent435888c1a32329280b2c5f1ef5be10b08bfe4d7f (diff)
downloadvolse-hubzilla-2eb4d8762101df4e5dc6feddcfd479727853763b.tar.gz
volse-hubzilla-2eb4d8762101df4e5dc6feddcfd479727853763b.tar.bz2
volse-hubzilla-2eb4d8762101df4e5dc6feddcfd479727853763b.zip
fix issue #1717
Diffstat (limited to 'include/auth.php')
-rw-r--r--include/auth.php1
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'],