Customer password reset in magento 2: “Something went wrong while resetting customer password” Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Magento 2.0 “something went wrong”How to change customer password quickly in Magento 2Magento2 Something went wrong while saving the pagePassword Reset throws 'Something went wrong while resetting customer password' errorMagento 2.2 something went wrong with the subscriptionMagento 2 admin form Something went wrong while saving multiselectMagento 2 Too many password reset requests even when password reset protection is disabledAppears the error: “Something went wrong while saving this configuration: Area is already set”Magento 2.2.6 Customer Password ResetSomething went wrong while saving the new password Magento 2
Can a non-EU citizen traveling with me come with me through the EU passport line?
Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?
What's the purpose of writing one's academic bio in 3rd person?
Super Attribute Position on Product Page Magento 1
Is 1 ppb equal to 1 μg/kg?
How discoverable are IPv6 addresses and AAAA names by potential attackers?
Is the address of a local variable a constexpr?
Dominant seventh chord in the major scale contains diminished triad of the seventh?
Did Kevin spill real chili?
What are the pros and cons of Aerospike nosecones?
How to find all the available tools in macOS terminal?
Why is "Consequences inflicted." not a sentence?
List *all* the tuples!
Why does Python start at index -1 when indexing a list from the end?
3 doors, three guards, one stone
Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?
How to motivate offshore teams and trust them to deliver?
How widely used is the term Treppenwitz? Is it something that most Germans know?
How do I stop a creek from eroding my steep embankment?
Is there a "higher Segal conjecture"?
Letter Boxed validator
How to deal with a team lead who never gives me credit?
Is the Standard Deduction better than Itemized when both are the same amount?
What are the motives behind Cersei's orders given to Bronn?
Customer password reset in magento 2: “Something went wrong while resetting customer password”
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Magento 2.0 “something went wrong”How to change customer password quickly in Magento 2Magento2 Something went wrong while saving the pagePassword Reset throws 'Something went wrong while resetting customer password' errorMagento 2.2 something went wrong with the subscriptionMagento 2 admin form Something went wrong while saving multiselectMagento 2 Too many password reset requests even when password reset protection is disabledAppears the error: “Something went wrong while saving this configuration: Area is already set”Magento 2.2.6 Customer Password ResetSomething went wrong while saving the new password Magento 2
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to change customer password from backend. I clicked on reset password but I am getting error as lik:
Something went wrong while resetting customer password.
magento2 change-password
add a comment |
I want to change customer password from backend. I clicked on reset password but I am getting error as lik:
Something went wrong while resetting customer password.
magento2 change-password
clear cache and check log file..may be old password not match..
– Magento2 Devloper
Feb 16 '17 at 10:37
hey bro i am asking about magento 2. here i am not reseting i want to send password reset link to customer
– Sarvesh Tiwari
Feb 16 '17 at 10:38
you can check with github.com/magento/magento2/issues/7548
– Krishna ijjada
Feb 16 '17 at 10:44
i checked but still i am getting error
– Sarvesh Tiwari
Feb 16 '17 at 11:48
add a comment |
I want to change customer password from backend. I clicked on reset password but I am getting error as lik:
Something went wrong while resetting customer password.
magento2 change-password
I want to change customer password from backend. I clicked on reset password but I am getting error as lik:
Something went wrong while resetting customer password.
magento2 change-password
magento2 change-password
edited Apr 25 '17 at 11:52
7ochem
5,85493768
5,85493768
asked Feb 16 '17 at 10:33
Sarvesh TiwariSarvesh Tiwari
403422
403422
clear cache and check log file..may be old password not match..
– Magento2 Devloper
Feb 16 '17 at 10:37
hey bro i am asking about magento 2. here i am not reseting i want to send password reset link to customer
– Sarvesh Tiwari
Feb 16 '17 at 10:38
you can check with github.com/magento/magento2/issues/7548
– Krishna ijjada
Feb 16 '17 at 10:44
i checked but still i am getting error
– Sarvesh Tiwari
Feb 16 '17 at 11:48
add a comment |
clear cache and check log file..may be old password not match..
– Magento2 Devloper
Feb 16 '17 at 10:37
hey bro i am asking about magento 2. here i am not reseting i want to send password reset link to customer
– Sarvesh Tiwari
Feb 16 '17 at 10:38
you can check with github.com/magento/magento2/issues/7548
– Krishna ijjada
Feb 16 '17 at 10:44
i checked but still i am getting error
– Sarvesh Tiwari
Feb 16 '17 at 11:48
clear cache and check log file..may be old password not match..
– Magento2 Devloper
Feb 16 '17 at 10:37
clear cache and check log file..may be old password not match..
– Magento2 Devloper
Feb 16 '17 at 10:37
hey bro i am asking about magento 2. here i am not reseting i want to send password reset link to customer
– Sarvesh Tiwari
Feb 16 '17 at 10:38
hey bro i am asking about magento 2. here i am not reseting i want to send password reset link to customer
– Sarvesh Tiwari
Feb 16 '17 at 10:38
you can check with github.com/magento/magento2/issues/7548
– Krishna ijjada
Feb 16 '17 at 10:44
you can check with github.com/magento/magento2/issues/7548
– Krishna ijjada
Feb 16 '17 at 10:44
i checked but still i am getting error
– Sarvesh Tiwari
Feb 16 '17 at 11:48
i checked but still i am getting error
– Sarvesh Tiwari
Feb 16 '17 at 11:48
add a comment |
1 Answer
1
active
oldest
votes
Just run below query :
ALTER TABLE customer_entity ADD failures_num SMALLINT( 6 ) NULL DEFAULT '0'; ALTER TABLE customer_entity ADD first_failure NULL DEFAULT '0';
Not working these queries!
– Sunny Rahevar
Oct 31 '18 at 11:27
What errors do you see in exception log? Before running direct SQL on tables as a band aid it’s advisable to find the root cause and the exception log will help diagnose the problem. Also running these “quick” SQL queries has short term benefits but is far from recommended best practise.
– James Cowie
Dec 10 '18 at 23:13
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%2f160246%2fcustomer-password-reset-in-magento-2-something-went-wrong-while-resetting-cust%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
Just run below query :
ALTER TABLE customer_entity ADD failures_num SMALLINT( 6 ) NULL DEFAULT '0'; ALTER TABLE customer_entity ADD first_failure NULL DEFAULT '0';
Not working these queries!
– Sunny Rahevar
Oct 31 '18 at 11:27
What errors do you see in exception log? Before running direct SQL on tables as a band aid it’s advisable to find the root cause and the exception log will help diagnose the problem. Also running these “quick” SQL queries has short term benefits but is far from recommended best practise.
– James Cowie
Dec 10 '18 at 23:13
add a comment |
Just run below query :
ALTER TABLE customer_entity ADD failures_num SMALLINT( 6 ) NULL DEFAULT '0'; ALTER TABLE customer_entity ADD first_failure NULL DEFAULT '0';
Not working these queries!
– Sunny Rahevar
Oct 31 '18 at 11:27
What errors do you see in exception log? Before running direct SQL on tables as a band aid it’s advisable to find the root cause and the exception log will help diagnose the problem. Also running these “quick” SQL queries has short term benefits but is far from recommended best practise.
– James Cowie
Dec 10 '18 at 23:13
add a comment |
Just run below query :
ALTER TABLE customer_entity ADD failures_num SMALLINT( 6 ) NULL DEFAULT '0'; ALTER TABLE customer_entity ADD first_failure NULL DEFAULT '0';
Just run below query :
ALTER TABLE customer_entity ADD failures_num SMALLINT( 6 ) NULL DEFAULT '0'; ALTER TABLE customer_entity ADD first_failure NULL DEFAULT '0';
answered Oct 8 '18 at 14:52
suresh-vagvalasuresh-vagvala
6111
6111
Not working these queries!
– Sunny Rahevar
Oct 31 '18 at 11:27
What errors do you see in exception log? Before running direct SQL on tables as a band aid it’s advisable to find the root cause and the exception log will help diagnose the problem. Also running these “quick” SQL queries has short term benefits but is far from recommended best practise.
– James Cowie
Dec 10 '18 at 23:13
add a comment |
Not working these queries!
– Sunny Rahevar
Oct 31 '18 at 11:27
What errors do you see in exception log? Before running direct SQL on tables as a band aid it’s advisable to find the root cause and the exception log will help diagnose the problem. Also running these “quick” SQL queries has short term benefits but is far from recommended best practise.
– James Cowie
Dec 10 '18 at 23:13
Not working these queries!
– Sunny Rahevar
Oct 31 '18 at 11:27
Not working these queries!
– Sunny Rahevar
Oct 31 '18 at 11:27
What errors do you see in exception log? Before running direct SQL on tables as a band aid it’s advisable to find the root cause and the exception log will help diagnose the problem. Also running these “quick” SQL queries has short term benefits but is far from recommended best practise.
– James Cowie
Dec 10 '18 at 23:13
What errors do you see in exception log? Before running direct SQL on tables as a band aid it’s advisable to find the root cause and the exception log will help diagnose the problem. Also running these “quick” SQL queries has short term benefits but is far from recommended best practise.
– James Cowie
Dec 10 '18 at 23:13
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%2f160246%2fcustomer-password-reset-in-magento-2-something-went-wrong-while-resetting-cust%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
clear cache and check log file..may be old password not match..
– Magento2 Devloper
Feb 16 '17 at 10:37
hey bro i am asking about magento 2. here i am not reseting i want to send password reset link to customer
– Sarvesh Tiwari
Feb 16 '17 at 10:38
you can check with github.com/magento/magento2/issues/7548
– Krishna ijjada
Feb 16 '17 at 10:44
i checked but still i am getting error
– Sarvesh Tiwari
Feb 16 '17 at 11:48