title | issue | author | author_email | author_github |
---|---|---|---|---|
Remove core dependencies from AuthController |
NEXT-21967 |
Stefan Sluiter |
ssltg |
- Added
Shopware\Core\Checkout\Customer\SalesChannel\AbstractCustomerRecoveryIsExpiredRoute
- Added
Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredResponse
- Added
Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute
- Added new store-api route
/account/customer-recovery-is-expired
- Added
Shopware\Storefront\Page\Account\RecoverPassword\AccountRecoverPasswordPage
- Added
Shopware\Storefront\Page\Account\RecoverPassword\AccountRecoverPasswordPageLoadedEvent
- Added
Shopware\Storefront\Page\Account\RecoverPassword\AccountRecoverPasswordPageLoadedHook
with hook nameaccount-recover-password-page-loaded
- Added
\Shopware\Storefront\Page\Account\RecoverPassword\AccountRecoverPasswordPageLoader
- Deprecated
hash
as single value for rendering ofStorefront/Resources/views/storefront/page/account/profile/reset-password.html.twig
. Usepage.getHash
fromv6.5.0.0
instead. - Deprecated page type for
Storefront/Resources/views/storefront/page/account/profile/reset-password.html.twig
new type inv6.5.0.0
will beShopware\Storefront\Page\Account\RecoverPassword\AccountRecoverPasswordPage
. As a result page.salutations and page.countries will no longer be available in the page object. - Changed
Shopware\Storefront\Controller\AuthController
to useStorefrontCartFacade
andAccountRecoverPasswordPageLoader
and removed thecustomerRecoveryRepository
.