Jump to content

Customer Login Fail


Recommended Posts

Hi

I created an account (as a customer would) to test a few things before finalizing the website.
The problem is that after creating a new account as a customer would, I complete the registration process but when I try to login in, the same page (login page) simply refreshes. No errors are received, it just refreshes and does not take me into my account.

I created another account with different details and email address, same problem happens with the new account.

After going into the back-office, I can see the new accounts in the customer tab.
Everything here seems to be ok.

I even disabled the account in the back-end then tried to login in the front-end, this immediately gave me an error (01. authentication failure), this seems to be functioning correctly.


Any help in resolving this problem is highly appreciated.

Link to comment
Share on other sites

Hi Bramp

You're more than welcome to.
Url: www/stopshop/co/za

Just create an account, you'll see everything goes well in this stage.
Problem only happens when you try to log in as a customer (at least with my Firefox this happens).

I appreciate your help.

Link to comment
Share on other sites

Problem solved and best is, I have no clue why :-s

I just tried to login again and it went in, problems.
Maybe it's a problem with my firefox, I'll just reinstall it...

@ jtyana, I tried both ways earlier on when the login failed...

Link to comment
Share on other sites

  • 1 year later...

Hello.

I have just got a call from a customer, and she explained the same problem described above. I would really appreciate to have a solution...
Thank you,

The girl called again, and told me that the problem appears only with Mozilla. She successfully logged in with IE8.
Any idea?

Link to comment
Share on other sites

Add this code to your .htaccess file, seems like the "www" issue does have loads to do with it cause it has completely resolved my problem..

RewriteEngine on
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]


Customers login just fine, hopefully this'll help anyone with the same problem.


Cheers (Y)

Link to comment
Share on other sites

×
×
  • Create New...