Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Secure registration/login?

Secure registration/login?

Locked

Views: 1,185

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
23 Apr 2008, 4:41 PM
#1
gourmets avatar

gourmets

New Zenner

Join Date:
Jan 2007
Posts:
61
Plugin Contributions:
0

Secure registration/login?

I have been using Zen-cart for nearly a year now and after reviewing some of my visitor sessions, it seems as if people are not wanting to register since the registration/login page is not secure. My site is setup for SSL, and the SSL kicks in once you do register or login and continue to checkout, but I'm sure it probably makes people nervous inputting their personal information or password when the page isnt secure.

Is there a way to make the registration/ login page secure? Is it not possible, or am I missing something? Thanks.

23 Apr 2008, 4:51 PM
#2
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: Secure registration/login?

If you have purchased a SSL Certificate, and the certificate has been installed on your server (check with your host), then setting up your site to invoke SSL when necessary is simply a matter of changing some settings in your two configure.php files...

includes/configure.php

and

admin/includes/configure.php

You will probably need to re-set permissions (CHMOD) on these files if this is set to 444, before you will be "allowed" to edit them.

Remember to edit files using a proper text editor (such as notepad++, or Crimson Editor).

When set up, SSL will invoke at all stages where personal data transfer takes place.