Tagged Questions
0
votes
2answers
45 views
Require re-login when logged-in user attempts to access restricted page
I need to restrict access to certain frontend pages, based on a user_meta field.
All works fine, except when the user is already logged in but with the wrong credentials. In that situation I would ...
0
votes
1answer
63 views
force login loophole
I want to restrict access to my wordpress site to allow registered users only. I have tried the following plugins:
Require-login
Authenticator
WP-lock
All of them have the same problem: After ...