Skip to content

Bad English related to forgot password flow #4504

Open
@kiatng

Description

@kiatng

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions