We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7947440 commit 36a2245Copy full SHA for 36a2245
app/code/Magento/Security/Model/ResourceModel/PasswordResetRequestEvent/CollectionFactory.php
@@ -81,7 +81,7 @@ public function create(
81
case ResetMethod::OPTION_BY_IP:
82
$collection->filterByIp($longIp);
83
break;
84
- case ResetMethod::OPTION_BY_IP_OR_EMAIL:
+ case ResetMethod::OPTION_BY_IP_AND_EMAIL:
85
$collection->filterByIpOrAccountReference($longIp, $accountReference);
86
87
default:
0 commit comments