Here is another unanswered question from the 8.7 thread:
While on the subject, the public
UserAccessor#isDeactivatedmethod was deprecated late in the 7.x series, with a suggested replacement ofDisabledUserManager#isDisabled. But theDisabledUserManagerbean does not seem to be accessible to plugins.Trying to import the interface directly does not work, and neither does trying to do a named import of
disabledUserChecker(which is what the actual bean seems to be named). Trying to import the underlying classCrowdDisabledUserManageralso fails.Am I doing something wrong, or is it possible that something needs to be addressed on the platform side?