[Plugin: Sidebar Login] SSL only site – login not working
-
It seems this problem can occur in several places within the plugin… but this particular section was causing problems:
// login form if (force_ssl_login() || force_ssl_admin() || is_ssl()) $sidebarlogin_post_url = str_replace('https://','https://',sidebar_login_current_url()); else $sidebarlogin_post_url = sidebar_login_current_url();
Note, I have added the extra ‘is_ssl()‘ in the above to fix the issue.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Sidebar Login] SSL only site – login not working’ is closed to new replies.