Skip to content

Commit

Permalink
Merge pull request #174 from spryker-shop/bugfix/cc-25992-fix-agent-a…
Browse files Browse the repository at this point in the history
…nd-customer-login-brute-force-with-different-emails

CC-25992: Adjusted login mechanism for agent and customer.
  • Loading branch information
DmitryLymarenko authored Jul 25, 2023
2 parents f01528d + 271cbe7 commit 7540601
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

class SecurityBlockerPageConfig extends SprykerSecurityBlockerPageConfig
{
/**
* @var bool
*/
protected const USE_EMAIL_CONTEXT_FOR_LOGIN_SECURITY_BLOCKER = false;

/**
* {@inheritDoc}
*
Expand Down

0 comments on commit 7540601

Please sign in to comment.