Magento 2: How to change the error/validation message in the customer login page?Magento 2 admin not workingCustomer account is temporarily disabled magentoCan't login to admin panel in Magento 2Still Not able to login in Adminmagento 2 cant login via admin despite following several threadsChange of customer login error message magento2How to enable customer account in Magento 2?Magento admin page login problem at first time after installation
3D cryptic featuring Mao, Stalin and Simba's uncle
Why does matter stays collapsed following the supernova explosion?
Do clerics commit a sin if they do not recite the liturgy of the hours?
How is linear momentum conserved in case of a freely falling body?
Why is "dyadic" the only word with the prefix "dy-"?
Discussing work with supervisor in an invited dinner with his family
Why is a statement like 1 + n *= 3 allowed in Ruby?
Cost of oil sanctions to world's consumers
Why is adding AC power easier than adding DC power?
What is the loud noise of a helicopter when the rotors are not yet moving?
Can you board the plane when your passport is valid less than 3 months?
How to prevent a hosting company from accessing a VM's encryption keys?
What does it take for witness testimony to be believed?
Why did my folder names end up like this, and how can I fix this using a script?
What are these white rings in the Undead parish?
Set orthographic view using python?
Prevent use of CNAME record for untrusted domain
about to retire but not retired yet, employed but not working any more
Where does learning new skills fit into Agile?
Number of academics in various EU countries
Router on a stick not connecting 2 different VLANs
How to check whether a sublist exist in a huge database lists in a fast way?
Is it bad for SEO have the same site on a .gr and a .com with both English and Greek content?
Cooking Scrambled Eggs
Magento 2: How to change the error/validation message in the customer login page?
Magento 2 admin not workingCustomer account is temporarily disabled magentoCan't login to admin panel in Magento 2Still Not able to login in Adminmagento 2 cant login via admin despite following several threadsChange of customer login error message magento2How to enable customer account in Magento 2?Magento admin page login problem at first time after installation
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
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.
Where and how i can change it, thank you.
magento2 customer theme template login
add a comment |
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.
Where and how i can change it, thank you.
magento2 customer theme template login
add a comment |
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.
Where and how i can change it, thank you.
magento2 customer theme template login
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.
Where and how i can change it, thank you.
magento2 customer theme template login
magento2 customer theme template login
edited Oct 15 '18 at 6:19
Himanshu
1,2687 silver badges23 bronze badges
1,2687 silver badges23 bronze badges
asked Oct 12 '18 at 17:38
Mer GhMer Gh
8811 bronze badges
8811 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f246327%2fmagento-2-how-to-change-the-error-validation-message-in-the-customer-login-page%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
add a comment |
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.
add a comment |
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.
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 '18 at 17:45
Ramkishan SutharRamkishan Suthar
2,5192 gold badges14 silver badges37 bronze badges
2,5192 gold badges14 silver badges37 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f246327%2fmagento-2-how-to-change-the-error-validation-message-in-the-customer-login-page%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown