alishamyers
Member
Posted 4 months ago #
After I upgraded WordPress to 3.5, I've been having issues logging into the admin. It's showing it as a non-secure form with the following message: This is a non-secure form. This form will be sent in a way that is not secure. Are you sure you want to send it?
When I click Continue, it doesn't log me in and stays on the login page.
Anyone else aware of this and does anyone know of a solution?
If you change the form action address to https using inspect element, it allows you to login. Wondering why it's http now...
http://wordpress.org/extend/plugins/active-directory-integration/
alishamyers
Member
Posted 4 months ago #
Also, I tried deactivating other plugins and a different theme. I also deleted this plugin but still can't log-in.
dprothero
Member
Posted 4 months ago #
I'm having the very same issue with this plugin after upgrading to 3.5.1. Restoring from backup (both wordpress files and database) was the only way to fix it. I cannot upgrade WordPress until this problem is resolved (or I stop using the plugin, I suppose).
dprothero
Member
Posted 4 months ago #
Do you use an SSL front-end (instead of doing SSL on the apache server running WordPress)?
alishamyers
Member
Posted 4 months ago #
Thanks for mentioning that @dprothero. I talked to our Systems Admin and he worked on configuration to allow SSL to the server. It fixed it.
dprothero
Member
Posted 4 months ago #
Yeah, we ended up just hacking functions.php, forcing the is_ssl() function to always return true. Funny we both used this same plugin and thought the problem might be related.
However, this issue has nothing to do with the ADI plugin.