Skip to content
Snippets Groups Projects
Commit f89b96ef authored by Benni Mack's avatar Benni Mack Committed by Susanne Moog
Browse files

[BUGFIX] Fix alias of SaltedPasswordsService

A simple typo.

In TYPO3 v9.5 there need to be more adjustments done.

Resolves: #88007
Releases: master, 9.5
Change-Id: I6cd49b18b048b0e3b4362fc53c89a4617914f913
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60505


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Tested-by: default avatarJosef Glatz <josefglatz@gmail.com>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarJosef Glatz <josefglatz@gmail.com>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
parent 84287877
Branches
Tags
No related merge requests found
......@@ -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:
......
......@@ -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`
......
......@@ -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',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment