When I click on this link, I am taken to login.php where I am told I'm validated but that an Admin will now have to approve me.
Is it possible to automatically approve users who have validated by responding to the email? I'm sure it's in the docs, but I must be blind, I can't find it.
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6439
39458 credits Members referred : 374
When I click on this link, I am taken to login.php where I am told I'm validated but that an Admin will now have to approve me.
Is it possible to automatically approve users who have validated by responding to the email? I'm sure it's in the docs, but I must be blind, I can't find it.
from the manual: This class can be used in two modes:
automatic account activation
account activation by admin (check the default account details beneath)
If you want to use disable the automatic feature use this variable inside the login script: $my_access->auto_activation = false; // (true/false) or set this boolean inside the class file.