Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author affmngr

    (@affmngr)

    Hi, I haven’t seen any issues with the login functionality. Do you have any other plugin installed that might be causing this issue?

    Thread Starter hanneslf

    (@hanneslf)

    I have a few other plugins installed. I installed it on a test site and the login works well. Will go through the plugins and find which one causes the conflict.
    Thanks.

    I can confirm that after some updates the /affiliate-login/ page redirects to wp-login.php.
    But it in the same time it works fine on a new installation with the same plugins.

    Plugin Author affmngr

    (@affmngr)

    @cannotdance, If the login information is wrong WordPress might redirect the user to wp-login.php page. Otherwise it should always redirect the user to the “Store Affiliates” page.

    In my case, this was/is happening because the protocol on the action URL on the affiliate login form is ‘//’. My site requires secure access to the wp login url (https://) so when the form tries to submit from the insecure affiliate login page with the protocol neutral URL, the request is http and wordpress then redirects to the WP login page secure url.

    Would actually be nice, I think, given the nature of all the pages under affiliate-home if there was an option to force SSL for the plugin as a whole.

    FWIW, I solved this on my site by using the plugin: WordPress HTTPS and adding the string /affiliate-home/ in the URL Filters box and checking the Force SSL Exclusively option.

    Using WooCommerce, I also had to turn OFF the option Force HTTP when leaving the checkout in WooCommerce->Settings->Checkout->Checkout Options.

    This causes all the affiliate related pages to be SSL (which seems like a good thing in any case) and the affiliate login page no longer redirects to the WP login page.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Affiliate Log In’ is closed to new replies.