3

I'm trying to override the error message that shows when a user inserts a wrong password/ wrong email.

You did not sign in correctly or your account is temporarily disabled.

Error Message screenshot



Where and how i can change it, thank you.

Himanshu
1,76618 silver badges34 bronze badges
asked Oct 12, 2018 at 17:38

2 Answers 2

5

You need to create a CSV file at

app/design/frontend/{Vendorname}/{themename}/i18n/en_US.csv

and change the message as per you want.

"You did not sign in correctly or your account is temporarily disabled.","Your custom message."

Let me know if you need further assistance.

answered Oct 12, 2018 at 17:45
2
  • I successfully changed other phrases, that were not errors with this method, but i cannot change this error. Commented Apr 14, 2020 at 16:26
  • It worked! Thanks Commented May 11, 2022 at 9:28
0

STEP : 1 app/design/frontend/{Vendorname}/{themename}/i18n/en_US.csv

STEP : 3 Edit ev_US.csv

STEP : 2 "You did not sign in correctly or your account is temporarily disabled.","custom message."

answered Dec 17, 2019 at 18:46

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.