Skip to content
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

Bad English related to forgot password flow #4504

Open
kiatng opened this issue Jan 25, 2025 · 1 comment
Open

Bad English related to forgot password flow #4504

kiatng opened this issue Jan 25, 2025 · 1 comment

Comments

@kiatng
Copy link
Contributor

kiatng commented Jan 25, 2025

Screenshots:

Image

Image

->addError($this->__('You have exceeded requests to times per 24 hours from 1 e-mail.'));
$this->_redirect('*/*/forgotpassword');
return;
}
if (!$flowPassword->checkCustomerForgotPasswordFlowIp()) {
$this->_getSession()->addError($this->__('You have exceeded requests to times per hour from 1 IP.'));

"You have exceeded requests to times per 24 hours from 1 e-mail.","You have exceeded requests to times per 24 hours from 1 e-mail."
"You have exceeded requests to times per hour from 1 IP.","You have exceeded requests to times per hour from 1 IP."

"Forgot password requests to times per 24 hours from 1 e-mail","Forgot password requests to times per 24 hours from 1 e-mail"
"Forgot password requests to times per hour from 1 IP","Forgot password requests to times per hour from 1 IP"

I cannot make sense of the messages above. Can you?

@kiatng
Copy link
Contributor Author

kiatng commented Jan 25, 2025

We have a new AWS server and redirected traffics from the old server. Suddenly, no one can reset password due to too many requests from the same IP! These users who forgot the password cannot sign in and no one noticed until some of them complained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant