08-30-2017, 10:17 PM
Hello,
What you could do is "ban" users upon registering.
I would still send the verification email and let them verify prior to logging in - but you can set the default value of "permission" in the users table to 0, which means once they login, it indicates they are banned.
You can change this value from admin_user.php - so when you verify a user, whether by regular check or an email alert you setup, by changing the Block select from Yes to No.
Let me know if you have any issues.
What you could do is "ban" users upon registering.
I would still send the verification email and let them verify prior to logging in - but you can set the default value of "permission" in the users table to 0, which means once they login, it indicates they are banned.
You can change this value from admin_user.php - so when you verify a user, whether by regular check or an email alert you setup, by changing the Block select from Yes to No.
Let me know if you have any issues.