From f08cb25ccceb8f35750adb1a480a01a81ec13af2 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 1 Jan 2026 21:50:25 +0000 Subject: [PATCH] load idp groups also for native accounts; previously, if a native user was authed by an idp instead of the config password, it would not load and register the idp groups --- copyparty/authsrv.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/copyparty/authsrv.py b/copyparty/authsrv.py index ccbe5fd5..273bfdd8 100644 --- a/copyparty/authsrv.py +++ b/copyparty/authsrv.py @@ -1120,9 +1120,6 @@ class AuthSrv(object): def idp_checkin( self, broker: Optional["BrokerCli"], uname: str, gname: str ) -> bool: - if uname in self.acct: - return False - if self.idp_usr_gh.get(uname) == gname: return False