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 e62c675 commit be319e9Copy full SHA for be319e9
app/code/Magento/Customer/Controller/Account/LoginPost.php
@@ -204,11 +204,6 @@ public function execute()
204
'This account is not confirmed. <a href="%1">Click here</a> to resend confirmation email.',
205
$value
206
);
207
- } catch (UserLockedException $e) {
208
- $message = __(
209
- 'The account sign-in was incorrect or your account is disabled temporarily. '
210
- . 'Please wait and try again later.'
211
- );
212
} catch (AuthenticationException $e) {
213
$message = __(
214
'The account sign-in was incorrect or your account is disabled temporarily. '
0 commit comments