How can I allow people to register without having them validate their email address?
How can I allow people to register without having them validate their email address?
anyone know how to do this?
isn't this a simple switch in application file ?
Frank
in 3.2 it was. Can't find it in 5.01Originally Posted by Frank71
It's in application.php or you can set in admin panel
PHP Code:$spam_proof = 1;
$enable_user_validation = 1;