Login form does not work if HTTPS is enforced
-
I enforce SSL for login by setting this in wp-config.php:
`define(‘FORCE_SSL_ADMIN’, true);
This breaks UAM’s login form when a user opens the page where the login form is placed on via http instead of https.
Could you try to detect if FORCE_SSL_ADMIN is enabled and use https for the form post in that case?
Thanks!
The topic ‘Login form does not work if HTTPS is enforced’ is closed to new replies.