diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85833-ExtensionSaltedpasswordsMergedIntoCoreExtension.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85833-ExtensionSaltedpasswordsMergedIntoCoreExtension.rst index ba81d6a65b1a6d5c29d3c9597726b553cb77f665..9ec6995924a37e2a83c1f1dce5906eb78bd2196a 100644 --- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85833-ExtensionSaltedpasswordsMergedIntoCoreExtension.rst +++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85833-ExtensionSaltedpasswordsMergedIntoCoreExtension.rst @@ -31,7 +31,7 @@ The following classes have been renamed: * (deprecated) :php:`TYPO3\CMS\Saltedpasswords\Salt\AbstractComposedSalt::class` to :php:`TYPO3\CMS\Core\Crypto\PasswordHashing\AbstractComposedSalt::class` * (deprecated) :php:`TYPO3\CMS\Saltedpasswords\Salt\ComposedSaltInterface::class` to :php:`TYPO3\CMS\Core\Crypto\PasswordHashing\ComposedPasswordHashInterface::class` * (deprecated) :php:`TYPO3\CMS\Saltedpasswords\Utility\ExensionManagerConfigurationUtility::class` to :php:`TYPO3\CMS\Core\Crypto\PasswordHashing\ExtensionManagerConfigurationUtility::class` -* (deprecated) :php:`TYPO3\CMS\Saltedpasswords\SaltedPasswordsService::class` to :php:`TYPO3\CMS\Core\Crypto\PasswordHashing\SaltedPasswordService::class` +* (deprecated) :php:`TYPO3\CMS\Saltedpasswords\SaltedPasswordService::class` to :php:`TYPO3\CMS\Core\Crypto\PasswordHashing\SaltedPasswordService::class` * (deprecated) :php:`TYPO3\CMS\Saltedpasswords\Utility\SaltedPasswordsUtility::class` to :php:`TYPO3\CMS\Core\Crypto\PasswordHashing\SaltedPasswordsUtility::class` The following language files have been moved: diff --git a/typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst b/typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst index 116c3d8b675e5509355b86b2293799c5009dd8d9..40c416c485acdba81bba2de0138c8d297ca274f8 100644 --- a/typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst +++ b/typo3/sysext/core/Documentation/Changelog/master/Breaking-87193-DeprecatedFunctionalityRemoved.rst @@ -173,7 +173,7 @@ The following PHP class aliases that have been previously deprecated for v9 have * :php:`TYPO3\CMS\Saltedpasswords\Salt\SaltInterface` * :php:`TYPO3\CMS\Saltedpasswords\Salt\Pbkdf2Salt` * :php:`TYPO3\CMS\Saltedpasswords\Salt\PhpassSalt` -* :php:`TYPO3\CMS\Saltedpasswords\SaltedPasswordsService` +* :php:`TYPO3\CMS\Saltedpasswords\SaltedPasswordService` * :php:`TYPO3\CMS\Saltedpasswords\Utility\ExensionManagerConfigurationUtility` * :php:`TYPO3\CMS\Saltedpasswords\Utility\SaltedPasswordsUtility` * :php:`TYPO3\CMS\Sv\AbstractAuthenticationService` diff --git a/typo3/sysext/install/Configuration/ExtensionScanner/Php/ClassNameMatcher.php b/typo3/sysext/install/Configuration/ExtensionScanner/Php/ClassNameMatcher.php index 587a8533ddcbe2c0ca41dcd6e45689a423168550..532e235abb109fa273b64a244b42a6fff2191c65 100644 --- a/typo3/sysext/install/Configuration/ExtensionScanner/Php/ClassNameMatcher.php +++ b/typo3/sysext/install/Configuration/ExtensionScanner/Php/ClassNameMatcher.php @@ -885,7 +885,7 @@ return [ 'Breaking-87193-DeprecatedFunctionalityRemoved.rst', ], ], - 'TYPO3\CMS\Saltedpasswords\SaltedPasswordsService' => [ + 'TYPO3\CMS\Saltedpasswords\SaltedPasswordService' => [ 'restFiles' => [ 'Deprecation-85833-ExtensionSaltedpasswordsMergedIntoCoreExtension.rst', 'Breaking-87193-DeprecatedFunctionalityRemoved.rst',