1 =============================================================================
2 Breaking: #71521 - Property userAuthentication removed from CommandController
3 =============================================================================
8 The property ``$userAuthentication`` was removed from the Extbase ``CommandController`` class and
9 has been migrated to the newly introduced ``getBackendUserAuthentication()`` method.
15 All command controllers deriving from ``CommandController`` with see a fatal error when accessing
16 properties or methods of the removed ``$userAuthentication`` property.
22 Use the newly introduced ``getBackendUserAuthentication()`` method.