Loading src/Entity/DecoupledAuthUser.php +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ class DecoupledAuthUser extends User implements DecoupledAuthUserInterface { */ public function isAuthenticated() { // Only coupled users are authenticated. return $this->isCoupled(); return parent::isAuthenticated() && $this->isCoupled(); } /** Loading Loading
src/Entity/DecoupledAuthUser.php +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ class DecoupledAuthUser extends User implements DecoupledAuthUserInterface { */ public function isAuthenticated() { // Only coupled users are authenticated. return $this->isCoupled(); return parent::isAuthenticated() && $this->isCoupled(); } /** Loading