Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Error: Sorry, there is no match for that email address and/or password

    v155f php7.1 treeoflifejewellery.com.au

    Urgently need some help here please!

    Customer created an account
    was logged out when away from desk for a while (session timeout? normal)
    Could not log back in >>>> Error: Sorry, there is no match for that email address and/or password

    I changed the customers password and informed customer of new password
    Customer again received this >>> Error: Sorry, there is no match for that email address and/or password

    I created a personal account then logged out
    I cannot log back in, same error >>> Error: Sorry, there is no match for that email address and/or password

    I do not know if this has any bearing - I recently upgraded Image Handler to IH5 and there remains a green bar at the top of the admin page stating " Image Handler5 was successfully updated from vIH_VERSION to v5.1.1." ... this should disappear but has remained with every admin login.


    any help greatly appreciated.
    cheers,
    Mike
    Last edited by shags38; 3 Jan 2019 at 06:14 AM.

  2. #2
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Error: Sorry, there is no match for that email address and/or password

    edit ....
    New login email address details are not showing up in the dropdown list on the login page among my 3 other 'personal' login details options, neither with the customer that alerted me to the issue (hers is blank), so it seems they are not being saved in the first place (for login) however the welcome email is sent and the customer(s) details show in admin/customers/ so something is being saved somewhere but not being recognized for login purposes.

    Clearing cache and using a different browser makes no difference.

    mike

  3. #3
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Error: Sorry, there is no match for that email address and/or password

    edit ....

    ALL newly established accounts show the customers in admin/customers but they do not show any of them anywhere in the database - not in customers, not in address_book.

    Mike

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Error: Sorry, there is no match for that email address and/or password

    Quote Originally Posted by shags38 View Post
    edit ....

    ALL newly established accounts show the customers in admin/customers but they do not show any of them anywhere in the database - not in customers, not in address_book.

    Mike
    Impossible.
    The admin/customers page pulls the data from the customers, customers_info, and address_book tables. So if they're in your admin, then they're in your database.
    Perhaps you've disconnected your admin from your catalog by using a different database or database-prefix in your catalog configure.php vs your admin configure.php, so you're actually looking in the wrong tables?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Error: Sorry, there is no match for that email address and/or password

    Quote Originally Posted by DrByte View Post
    Impossible.
    The admin/customers page pulls the data from the customers, customers_info, and address_book tables. So if they're in your admin, then they're in your database.
    Perhaps you've disconnected your admin from your catalog by using a different database or database-prefix in your catalog configure.php vs your admin configure.php, so you're actually looking in the wrong tables?
    Spot on as usual DrByte - looked in wrong database. So the data is there in the database - I am not getting an error log so do not have something to check into - any ideas what may be causing the issue?

    I am using One Page Checkout plugin, (configuration set to allow account registration), not sure if that can have any effect?

    cheers, Mike

  6. #6
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Error: Sorry, there is no match for that email address and/or password

    Mike,
    When did this new problem "start"? How does that intersect with code/server changes made recently?

    Password login problems can be caused by issues with sessions, or by issues with code changed related to password handling/resets or adding master-password plugins.
    In the normal course of operating a store none of those things are impacted ... unless of course you're manipulating plugins that do specifically affect that.
    It's highly unusual for a login problem to just magically "start".

    I don't think the One Page Checkout affects those areas, but you're the one who knows how your code has been altered from an original working fresh uncustomized Zen Cart install.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Error: Sorry, there is no match for that email address and/or password

    Quote Originally Posted by DrByte View Post
    Mike,
    When did this new problem "start"? How does that intersect with code/server changes made recently?

    Password login problems can be caused by issues with sessions, or by issues with code changed related to password handling/resets or adding master-password plugins.
    In the normal course of operating a store none of those things are impacted ... unless of course you're manipulating plugins that do specifically affect that.
    It's highly unusual for a login problem to just magically "start".

    I don't think the One Page Checkout affects those areas, but you're the one who knows how your code has been altered from an original working fresh uncustomized Zen Cart install.
    Thanks for your reply DrByte - the word "sessions" reverberated in my head all night and "zenid". My robots.txt for this site had "Disallow: /zenid/" !!! needless to say removing that fixed the problem.

    Yes dumb to the Nth degree. A few years ago (may have been v1.3.9) whilst going through GWMT I noticed a huge number of crawl errors the majority of which had "/zenid ................." suffix. This continued for some time and I figured this could not be helping the performance of the site so I put that disallow instruction in robots.txt and it solved the problem - not realizing of course it created a much bigger problem. (I didn't realize its purpose and I didn't ask in the forum before taking this dumb action)

    So for at least a couple of years no customer's session id has been logged hence they have not been able to sign back in ... fortunately this has been a poor performing site for most of that period and only a couple of days ago did a customer try to log back in and advise me.

    So in trying to fix an issue myself, without some knowledgeable help, I stuffed it up - so if I ask even more questions in forums then do not be surprised (ouch!) :)

    I am grateful for your input.

    thanks again,
    Mike

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Error: Sorry, there is no match for that email address and/or password

    I should point out that "/zenid" is not standard Zen Cart URL format. It seems you've also got a URL-rewriter installed which is converting the session name into a URL parameter, and I mention this because sometimes URL-rewriting might be being done in a way that breaks things. I'd be more inclined to want my url-rewriter to leave the session name as a proper ?-notated parameter instead of converting it into slashes. That can make it easier for search engines to identify and ignore those as well (ie: webmaster tools lets you tell it what kinds of ? parameters to ignore in URLs). But that's way beyond the scope of this thread.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Error: Sorry, there is no match for that email address and/or password

    Quote Originally Posted by DrByte View Post
    I should point out that "/zenid" is not standard Zen Cart URL format. It seems you've also got a URL-rewriter installed which is converting the session name into a URL parameter, and I mention this because sometimes URL-rewriting might be being done in a way that breaks things. I'd be more inclined to want my url-rewriter to leave the session name as a proper ?-notated parameter instead of converting it into slashes. That can make it easier for search engines to identify and ignore those as well (ie: webmaster tools lets you tell it what kinds of ? parameters to ignore in URLs). But that's way beyond the scope of this thread.
    Yes, I'm using Ultimate URL's (USU) plugin - the "/zenid" may have been taken care of in more recent versions and when upgrading to a newer version I was remiss in removing the instruction which shouldn't have been there in the first place :) (I had that instruction in robots.txt in all of my sites in the same 'era' but subsequently removed it a while back - forgot this one I suppose - costly mistake on top of a costlier mistake).

    Many thanks for your continued help.

    cheers,
    Mike

  10. #10
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: Error: Sorry, there is no match for that email address and/or password

    I created an account on the site, logout and logged right back in, then logged out and went away for ~45 minutes and then came back and logged right in without an issue.
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 7
    Last Post: 1 Mar 2018, 12:20 AM
  2. v155 Error: Sorry, there is no match for that email address and/or password
    By styledata in forum General Questions
    Replies: 8
    Last Post: 11 Oct 2017, 05:20 PM
  3. Replies: 9
    Last Post: 5 May 2010, 09:20 PM
  4. Error: Sorry, there is no match for that email address and/or password.
    By CyberWoolf in forum Managing Customers and Orders
    Replies: 0
    Last Post: 9 Dec 2009, 06:59 PM
  5. Error: Sorry, there is no match for that email address and/or password
    By Amarok in forum Managing Customers and Orders
    Replies: 15
    Last Post: 30 Oct 2009, 11:55 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR