Login/registration form Submission and SSL

Posted in: Newspaper
Post count: 47

Hi

I have set SSL for login and admin in the config.php and I am checking that your forms for login and registration will be submitted via https, when this is done?

Post count: 780

hi,

plese give me your url where you enabled ssl so that I can check it up.

Radu O.

Post count: 47
Post count: 780

Hi,
the url that you provided is not currently using ssl/https. Our login form is tested to work with ssl/http. If you encounter any problems, please let me know.

some info about ssl: https://yoast.com/wordpress-ssl-setup/

Post count: 47

The site is set up with an SSL certificate and I already use SSL/HTTPS for my admin area, what I am looking for is if the login form provide by the theme picks up the fact that I have defined define(‘FORCE_SSL_ADMIN’, true); in my congig.php file!

It works for the standard WordPress login form, that picks up and is submitted via HTTPS.

I don’t want to have my site as HTTPS for all pages just a so the login form is sent via SSL to secure login details.

Post count: 9544

You likely need to change the file where that login code happens to be, and implement something like a form post explicitly from

post > (wp sitename)/login.php (or whatever)
to

post > https://www.myrealsite.xyz/login.php (or whatever)

So if you can figure out where the actual snippet of code is, you can likely manually change that, so all Radu and/or Lucian would need to tell you is where to edit that login code (the file/module).

  • This reply was modified 12 years by simchris.
Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.