Users able to login without account activation
-
When a user signs up, everything works fine, but the user is able to log into their account even without activating it first. The account still lists as pending on the admin side, but the user logs in like normal.
Anyone else have this issue? I’ve searched around but I’ve only been able to find one other thread mentioning this same behavior, however, the cause of their issue was a plugin.
I’ve tried disabling all of my other plugins, can’t seem to find the source of the problem.
I was able to at least find the javascript function in my theme’s code that gets called when the login button is clicked:
$(‘#dd-login-submit-form’).submit();
I can’t narrow down where “submit()” is. If anyone could help me narrow the user login PHP code, I think I can try and manually add a check for user activation.
Thanks
- The topic ‘Users able to login without account activation’ is closed to new replies.