Jump to content

Ssl Enabled? Login Fails


Guest

Recommended Posts

- Enter login data correctly: no error, returns to login page

- register correctly: no message, returns to auth and account is actually created.

- default theme has same issue

 

I tried to disable cache, modules, overrides, everything really but it just seems this isn't working correctly in Prestashop.

Debug enabled = nothing. I'm out of ideas really.

 

How can I reset the general config page so that I get that link again to verify SSL?

 

What other stuff can I check?

Link to comment
Share on other sites

I keep solving my own issues as usual, it could be good to know though as it also occurs in the default theme ( qt least in my case):

 

issue = after logging in didn't redirect to login page without https

 

in authentication.tpl line 78 we have

{$link->getPageLink('authentication', true)|escape:'html':'UTF-8'}

I changed to

{$link->getPageLink('authentication', false)|escape:'html':'UTF-8'}

 

we also do this on line 414 for registration.

 

Default theme also has this issue, not sure whether this is the correct solution but I don't get any warnings.

Link to comment
Share on other sites

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...