Customer Password Reset Not WorkingCustomer reset password issueWhen using “set New password” for customer Magento sends email with admin password reset linkMagento Reset Password Link not working after upgradeMagento 1.7.0.2 customer password reset doens't workHow to tell if a customer has created a password, or never logged in?Reset password not working, shows maintenance pageMagento customer reset password customer_flowpassword errorhow to find sample data customer username password - magento 1.9.2.4Update customer password directly in databasePassword reset tokens doesn't work behind load balancer

What is the length of pair of wires after twisting them around each other?

Visa National - No Exit Stamp From France on Return to the UK

Write an interpreter for *

First amendment and employment: Can a police department terminate an officer for speech?

In SQL Server, why does backward scan of clustered index cannot use parallelism?

What does Apple mean by "This may decrease battery life"?

Why did the RAAF procure the F/A-18 despite being purpose-built for carriers?

Can you castle with a "ghost" rook?

Is it okay for a ticket seller to grab a tip in the USA?

Three legged NOT gate? What is this symbol?

Different inverter (logic gate) symbols

How many different ways are there to checkmate in the early game?

How can I solve for the intersection points of two ellipses?

During the Space Shuttle Columbia Disaster of 2003, Why Did The Flight Director Say, "Lock the doors."?

elisp regular expression build problem

Bitcoin successfully deducted on sender wallet but did not reach receiver wallet

Who are these characters/superheroes in the posters from Chris's room in Family Guy?

constant evaluation when using differential equations.

ICO or PNG Format?

How to avoid the "need" to learn more before conducting research?

Should you play baroque pieces a semitone lower?

Y2K... in 2019?

Why does Intel's Haswell chip allow FP multiplication to be twice as fast as addition?

Are differences between uniformly distributed numbers uniformly distributed?



Customer Password Reset Not Working


Customer reset password issueWhen using “set New password” for customer Magento sends email with admin password reset linkMagento Reset Password Link not working after upgradeMagento 1.7.0.2 customer password reset doens't workHow to tell if a customer has created a password, or never logged in?Reset password not working, shows maintenance pageMagento customer reset password customer_flowpassword errorhow to find sample data customer username password - magento 1.9.2.4Update customer password directly in databasePassword reset tokens doesn't work behind load balancer






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I'm seeing some very strange behavior from the customer password reset form... The instance in question is running Magento 1.9.3.9



From the backend, I can reset a customer's password without issue. However, when the user tries to change their password from either the




Customer Dashboard (design > frontend > default > companyName >
template > customer > form > edit.phtml) or the password reset email
(app > design > frontend > base > default > template > customer > form > resetforgottenpassword.phtml)




There is no error generated and the user is able to log into the site using their new password.



But there is no password change confirmation generated and, if the user logs out of their account, they are able to log back in using their previous (pre password reset) password. And, once they do use the old password, they are no longer able to use the new password!



On top of that, many of the posts that say the customer's password (hashed) is stored in the customer_entity_varchar table and others that say it is stored in the customer_entity table. Either way, they usually say that it is located in the password_hash column. Oh, did I mention that in our Database, neither the customer_entity_varchar or the customer_entity table contains this column? I have NO idea where the password hash is being stored.



What the heck? Am I going crazy?










share|improve this question


























  • I finally found where the customer password hashes were being stored! They are in the customer_entity_var table, but they are not in the password_hash column! They just have a different attribute ID.

    – Thor
    Aug 1 at 16:20

















0















I'm seeing some very strange behavior from the customer password reset form... The instance in question is running Magento 1.9.3.9



From the backend, I can reset a customer's password without issue. However, when the user tries to change their password from either the




Customer Dashboard (design > frontend > default > companyName >
template > customer > form > edit.phtml) or the password reset email
(app > design > frontend > base > default > template > customer > form > resetforgottenpassword.phtml)




There is no error generated and the user is able to log into the site using their new password.



But there is no password change confirmation generated and, if the user logs out of their account, they are able to log back in using their previous (pre password reset) password. And, once they do use the old password, they are no longer able to use the new password!



On top of that, many of the posts that say the customer's password (hashed) is stored in the customer_entity_varchar table and others that say it is stored in the customer_entity table. Either way, they usually say that it is located in the password_hash column. Oh, did I mention that in our Database, neither the customer_entity_varchar or the customer_entity table contains this column? I have NO idea where the password hash is being stored.



What the heck? Am I going crazy?










share|improve this question


























  • I finally found where the customer password hashes were being stored! They are in the customer_entity_var table, but they are not in the password_hash column! They just have a different attribute ID.

    – Thor
    Aug 1 at 16:20













0












0








0








I'm seeing some very strange behavior from the customer password reset form... The instance in question is running Magento 1.9.3.9



From the backend, I can reset a customer's password without issue. However, when the user tries to change their password from either the




Customer Dashboard (design > frontend > default > companyName >
template > customer > form > edit.phtml) or the password reset email
(app > design > frontend > base > default > template > customer > form > resetforgottenpassword.phtml)




There is no error generated and the user is able to log into the site using their new password.



But there is no password change confirmation generated and, if the user logs out of their account, they are able to log back in using their previous (pre password reset) password. And, once they do use the old password, they are no longer able to use the new password!



On top of that, many of the posts that say the customer's password (hashed) is stored in the customer_entity_varchar table and others that say it is stored in the customer_entity table. Either way, they usually say that it is located in the password_hash column. Oh, did I mention that in our Database, neither the customer_entity_varchar or the customer_entity table contains this column? I have NO idea where the password hash is being stored.



What the heck? Am I going crazy?










share|improve this question
















I'm seeing some very strange behavior from the customer password reset form... The instance in question is running Magento 1.9.3.9



From the backend, I can reset a customer's password without issue. However, when the user tries to change their password from either the




Customer Dashboard (design > frontend > default > companyName >
template > customer > form > edit.phtml) or the password reset email
(app > design > frontend > base > default > template > customer > form > resetforgottenpassword.phtml)




There is no error generated and the user is able to log into the site using their new password.



But there is no password change confirmation generated and, if the user logs out of their account, they are able to log back in using their previous (pre password reset) password. And, once they do use the old password, they are no longer able to use the new password!



On top of that, many of the posts that say the customer's password (hashed) is stored in the customer_entity_varchar table and others that say it is stored in the customer_entity table. Either way, they usually say that it is located in the password_hash column. Oh, did I mention that in our Database, neither the customer_entity_varchar or the customer_entity table contains this column? I have NO idea where the password hash is being stored.



What the heck? Am I going crazy?







password password-recovery change-password forgot-password magento-1.9.3.9






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 1 at 13:16









Raj Mohan R

1,7973 silver badges13 bronze badges




1,7973 silver badges13 bronze badges










asked Jul 31 at 18:24









ThorThor

1




1















  • I finally found where the customer password hashes were being stored! They are in the customer_entity_var table, but they are not in the password_hash column! They just have a different attribute ID.

    – Thor
    Aug 1 at 16:20

















  • I finally found where the customer password hashes were being stored! They are in the customer_entity_var table, but they are not in the password_hash column! They just have a different attribute ID.

    – Thor
    Aug 1 at 16:20
















I finally found where the customer password hashes were being stored! They are in the customer_entity_var table, but they are not in the password_hash column! They just have a different attribute ID.

– Thor
Aug 1 at 16:20





I finally found where the customer password hashes were being stored! They are in the customer_entity_var table, but they are not in the password_hash column! They just have a different attribute ID.

– Thor
Aug 1 at 16:20










0






active

oldest

votes














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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f284001%2fcustomer-password-reset-not-working%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f284001%2fcustomer-password-reset-not-working%23new-answer', 'question_page');

);

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







Popular posts from this blog

Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form