This connection is not secure - WP widget login form

Discussion in 'Troubleshooting' started by thehomeschoolmom, Mar 18, 2020.

  1. thehomeschoolmom

    thehomeschoolmom aMember Pro Customer

    Joined:
    Jun 28, 2007
    Messages:
    11
    I have SSL and have the correct https URL set up in Global configuration, but when I install and use the Wordpress plugin and add a login widget to my site, the form generated by the plugin is pulling the http version of the site into the code with this line:
    <form name="loginform" id="loginform" action="<?php print am4PluginsManager::getAmemberURL();?>/login" method="POST">

    I can't figure out where it is pulling the URL from since the amember global configuration has everything correct. Where does getAmemberURL() pull from?

    The form generated inside of amember (not in wordpress) works as it should and calls the form with the https URL. I have all the appropriate redirects set up, it's just a matter of the amember plugin pulling the wrong URL into the form.

    Thanks.
  2. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    Hello,

    You need to check url within Wordpress plugin configuration:
    aMember -> Settings

    wp-settings.png
  3. thehomeschoolmom

    thehomeschoolmom aMember Pro Customer

    Joined:
    Jun 28, 2007
    Messages:
    11
    Thank you. I was looking for settings in WP but somehow missed it.
    caesar likes this.
  4. caesar

    caesar aMember Pro Developer Staff Member

    Joined:
    Oct 16, 2009
    Messages:
    2,295
    You are welcome!

Share This Page