Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update security-release-notes-202409.0.md #2833

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ynnoig
Copy link

@ynnoig ynnoig commented Sep 26, 2024

PR Description

Fix wrong config for rememberMe configuration

Checklist

  • I agree with the Code Contribution License Agreement in CONTRIBUTING.md

@@ -87,7 +87,7 @@ composer update spryker-shop/customer-page
composer show spryker-shop/customer-page # Verify the version
```

2. In `src/Pyz/Zed/Product/ProductConfig.php`, add the following method:
2. In `src/Pyz/Yves/CustomerPage/CustomerPageConfig.php`, add the following method in case you cannot update the `spryker-shop/customer-page` module to version 2.54.0 or higher:
Copy link
Collaborator

@limeeugenia limeeugenia Oct 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The in case you cannot update the ``spryker-shop/customer-page`` module to version 2.54.0 or higher does not make sense to me: if the module is not of the 2.54.0, the method isRememberMeEnabled would not exist in the module and thus the project-level override would not be used.

The class name change is valid.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants