+       /**
+        * Check if account is disabled
+        *
+        * @xxx was from deprecated AdvancedUserInterface, see if it's used anymore
+        * @see vendor/symfony/security-core/User/AdvancedUserInterface.php
+        */
+       public function isDisabled(): bool {
+               return $this->disabled;
+       }
+