-
Notifications
You must be signed in to change notification settings - Fork 13
[4.x] Prevent logout flow being triggert when incorrect credentials are used #1054
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
Open
indykoning
wants to merge
31
commits into
4.x
Choose a base branch
from
bugfix/logout-on-failed-login
base: 4.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 7 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
21eaed3
Prevent logout flow being triggert when incorrect credentials are used
indykoning 28f4af3
Apply fixes from Prettier
indykoning 89d1cb8
Make catch async
indykoning 718a061
Fix error notification message on session expiry
indykoning 1d9758a
Added test
indykoning 690eef4
Merge branch '4.x' of github.com:rapidez/core into bugfix/logout-on-f…
indykoning e26c288
Apply fixes from Prettier
indykoning 21df82a
Merge branch '4.x' into bugfix/logout-on-failed-login
indykoning 559faaa
[CI] Update Snapshots
indykoning c87a1fb
Merge branch '4.x' into bugfix/logout-on-failed-login
indykoning 33b7333
[CI] Update Snapshots
indykoning 05eb6d6
Merge branch '4.x' into bugfix/logout-on-failed-login
indykoning 38aa926
Merge branch '4.x' into bugfix/logout-on-failed-login
indykoning 7310944
[CI] Update Snapshots
indykoning f354eb4
Reset screenshots
indykoning 96d57d2
Merge branch '4.x' of github.com:rapidez/core into bugfix/logout-on-f…
indykoning e978302
Moved screenshot to class variable
indykoning caa918c
Reset screenshots
indykoning 1c6e982
Apply fixes from Prettier
indykoning f73c6a7
Raised phpstan memory limit
indykoning 1f7a53f
Merge branch 'bugfix/logout-on-failed-login' of github.com:rapidez/co…
indykoning 91afbcb
[CI] Update Snapshots
indykoning 2e52b4b
Add wait for network idle before filling email
indykoning b94c714
Ignore whitespace on text assertion
indykoning 6ff7637
Apply fixes from Prettier
indykoning ad3b69a
Utilise toContainText
indykoning 2ce7708
Apply fixes from Prettier
indykoning d180526
[CI] Update Snapshots
indykoning 4e6639d
Fixed memory limit
indykoning 146e201
Merge branch 'bugfix/logout-on-failed-login' of github.com:rapidez/co…
indykoning d268d3a
Reset phpstan memory limit
indykoning File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
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.
Didn't we change this weird Magento message in the past?
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.
This is the default Magento message, it can be changed via magento translations but we do not do that in the magento sample data container