Jump to content

[solved] Force HTTPS SSL in password recovery


fernandocruz

Recommended Posts

Hello everyone, my name is Fernando I'm starting in prestashop

I walk here trying to make a shop, my doubt is in the customer area to retrieve:

the http://demo-store.prestashop.com/en/password-recovery
Liked to force HTTPS SSL

My version: 1.5
Theme: default


Hope someone can help, I am very grateful

hugs

Edited by fernandocruz (see edit history)
Link to comment
Share on other sites

 

open file: controllers/front/PasswordController.php

 

there is a code:

class PasswordControllerCore extends FrontController
{
	public $php_self = 'password';

right after that add this:

public $ssl = true;

 

Hi,

Perfect thank you very much for your help..

best regards

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