[Plugin: Theme My Login] Doesn't work alongside [Force User Login] plugin
-
Hi
I’m trying to get users to login with the [Force User Login] plugin, which by all accounts is a redirect to wp-login.phpI edited the (FUL) plugin so that instead of it being:
header( 'Location: /wp-login.php?redirect_to=' . $redirect_to );
it says
header( 'Location: /login/?redirect_to=' . $redirect_to );
This fails to find the login.
If I disable the FUL plugin and try the URL above then it works.
e.g. https://mysite.com/login/?redirect_to=/postnameThis also works: https://mysite.com/wp-login.php?redirect_to=/postname
Is there a way of having this plugin compatable with Forced User Login – or integrating a forced login int othis plugin so it’s all contained and neat?
Ta
CW
- The topic ‘[Plugin: Theme My Login] Doesn't work alongside [Force User Login] plugin’ is closed to new replies.