Jump to content

OPC Authentication failed


Recommended Posts

Hey you guys!

I am currently running 3 prestas and have a big problem after upgrading to 1.4.7.0 ... I've already checked the forge & forum but it seems nobody has a similar problem:

 

My problem: Customers can't login on OPC

 

Entering correct login details cause:

 

There is 1 error(s):

  1. Authentication failed

Any suggestions where I should start searching? Server config?

 

Config (all store running on one server):

1x default store/template - everything standard config just upgraded to 1.4.7.0 from previous version

1x store with modified template (clean 1.4.7.0 install)

1x store with modified template upgraded to 1.4.7.0 (/js in theme upgraded) slight mods on classes.

 

First I was hoping it's an error at my modified templates but after replacing them with default 1.4.7.0 it hasn't solved the problem. Deactivating shorturl (.htaccess) doesn't seem to help too.

 

Thanks!

Link to comment
Share on other sites

  • 2 months later...

 

My problem: Customers can't login on OPC

 

Entering correct login details cause:

 

There is 1 error(s):

  1. Authentication failed

 

Did you manage to get this fixed? I get the same error message "Authentication Failed" when trying to log in from the shopping cart. It works fine if you log in using the my-account link.

 

Using Prestashop 1.4.7 also (not after upgrade, this is my first version)

 

Here the issue can be seen:

 

Add an item to cart and on the quick-order page: http://www.lettersets.com/en/quick-order choose "Already registered? Click here". If you then log in using [email protected] and password testpassword You get the error message

 

"There is 1 error(s):

  1. Authentication failed

 

Any thought on how to fix this?

Link to comment
Share on other sites

Add an item to cart and on the quick-order page: http://www.lettersets.com/en/quick-order

 

It is possible to help when enough details are provided.

 

Locate your template /themes/[your_theme]/order-opc-new-account.tpl

 

find the line (~37) that reads:

 

<span><input id="passwd" name="passwd" type="password"></span>

 

replace with:

 

<span><input id="login_passwd" name="passwd" type="password"></span>

 

It should work now. Post again if not.

  • Like 1
Link to comment
Share on other sites

Perfect! It worked.

 

For future visitors' reference:

 

The lines looked in my theme's order-opc-new-account.tpl files look slightly different, I replaced the following:

 

Line 112:

 <input type="password" class="text" name="passwd" id="passwd" />

 

by

 <input type="password" class="text" name="passwd" id="login_passwd" /> 

 

and Line 17:

<span><input type="password" id="passwd" name="passwd" /></span>

 

by:

<span><input type="password" id="login_passwd" name="passwd" /></span>

 

Thanks phrasespot!

Link to comment
Share on other sites

  • 5 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...