-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
Fixed session renew timestamp should be updated when customer changes password #2916
Merged
fballiano
merged 1 commit into
OpenMage:main
from
colinmollenhour:unused-validator-session-expire-timestamp-2826
Apr 13, 2023
Merged
Fixed session renew timestamp should be updated when customer changes password #2916
fballiano
merged 1 commit into
OpenMage:main
from
colinmollenhour:unused-validator-session-expire-timestamp-2826
Apr 13, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
colinmollenhour
force-pushed
the
unused-validator-session-expire-timestamp-2826
branch
from
January 9, 2023 20:51
57959d7
to
d6334fe
Compare
github-actions
bot
added
Component: AdminNotification
Relates to Mage_AdminNotification
Component: Adminhtml
Relates to Mage_Adminhtml
Component: Admin
Relates to Mage_Admin
Component: Api
PageRelates to Mage_Api
Component: Api2
Relates to Mage_Api2
Component: Authorizenet
Relates to Mage_Authorizenet
Component: Backup
Relates to Mage_Backup
Component: Bundle
Relates to Mage_Bundle
Component: Captcha
Relates to Mage_Captcha
Component: Catalog
Relates to Mage_Catalog
Component: CatalogInventory
Relates to Mage_CatalogInventory
Component: CatalogRule
Relates to Mage_CatalogRule
Component: CatalogIndex
Relates to Mage_CatalogIndex
Component: CatalogSearch
Relates to Mage_CatalogSearch
Component: Centinel
Relates to Mage_Centinel
Component: Checkout
Relates to Mage_Checkout
Component: Cm/RedisSession
Relates to Cm_RedisSession
Component: Cms
Relates to Mage_Cms
Component: ConfigurableSwatches
Relates to Mage_ConfigurableSwatches
Component: Contacts
Relates to Mage_Contacts
Component: Core
Relates to Mage_Core
Component: Cron
Relates to Mage_Cron
Component: CurrencySymbol
Relates to Mage_CurrencySymbol
Component: Customer
Relates to Mage_Customer
Component: Dataflow
Relates to Mage_Dataflow
Component: Directory
Relates to Mage_Directory
ddev
documentation
environment
labels
Jan 9, 2023
github-actions
bot
added
ddev
and removed
Component: Core
Relates to Mage_Core
Component: Customer
Relates to Mage_Customer
Component: Checkout
Relates to Mage_Checkout
labels
Apr 4, 2023
colinmollenhour
added
the
Rebased: RFC-0002
This PR has been rebased onto either 'main' or 'next' according to RFC-0002
label
Apr 4, 2023
elidrissidev
added
Component: Core
Relates to Mage_Core
Component: Checkout
Relates to Mage_Checkout
Component: Customer
Relates to Mage_Customer
and removed
documentation
environment
Component: AdminNotification
Relates to Mage_AdminNotification
Component: Adminhtml
Relates to Mage_Adminhtml
Mage.php
Relates to app/Mage.php
Component: Admin
Relates to Mage_Admin
Component: Cm/RedisSession
Relates to Cm_RedisSession
htaccess
phpstan
phpcs
php-cs-fixer
PHPStorm
phpunit
ddev
labels
Apr 4, 2023
luigifab
approved these changes
Apr 5, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to work.
fballiano
changed the title
Fix session renew timestamp should be updated when customer changes password. Fixes #2826
Fixed session renew timestamp should be updated when customer changes password
Apr 13, 2023
fballiano
approved these changes
Apr 13, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
briefly tested, seems to work fine
fballiano
pushed a commit
that referenced
this pull request
Apr 13, 2023
cherry picked on v19 too since it's a regression affecting that branch too |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: Checkout
Relates to Mage_Checkout
Component: Core
Relates to Mage_Core
Component: Customer
Relates to Mage_Customer
Rebased: RFC-0002
This PR has been rebased onto either 'main' or 'next' according to RFC-0002
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description (*)
In #2826 it was pointed out that a session key that was not using the proper constant seems to be left over from a previous commit (447e27e) which fixed a different issue but made that session key moot.
Related Pull Requests
#2212
#546
Fixed Issues (if relevant)
#2826
Manual testing scenarios (*)
Create customer and set password during checkout
Questions or comments
Needs testing...