Zen Cart Logo
Forums / Upgrading to 1.5.x / Admin login form not secure after upgrade

Admin login form not secure after upgrade

Views: 881

Results 1 to 3 of 3
1 Jan 2022, 9:43 PM
#1
kungfumouse avatar

kungfumouse

New Zenner

Join Date:
Nov 2014
Location:
South Africa
Posts:
11
Plugin Contributions:
0

Admin login form not secure after upgrade

After upgrading to 157c (clean install) my login panel returns with an error in chrome of where if I fill in the admin details and password it returns with a form is not secure Attachment 19872

Clicking send anyway just brings you in a loop to log in again

I have tried the install docs and the forum but don't see that specific error

1 Jan 2022, 10:05 PM
#2
kungfumouse avatar

kungfumouse

New Zenner

Join Date:
Nov 2014
Location:
South Africa
Posts:
11
Plugin Contributions:
0

Re: Admin login form not secure after upgrade

Managed to fix it.

taget file admin/includes/configure.php needed to have the following line updated to HTTPS protocol

define('HTTP_SERVER', 'https://yoursite.co.za');

2 Jan 2022, 9:14 AM
#3
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Admin login form not secure after upgrade

Encourage doing the same on the site front version of the file: includes/configure.php
Note that the file gets set or reset to read only so be sure to make it writable before trying to save your changes.