Don't need email, while registration Ion_auth

31 Views Asked by At

is there any way (probably is - in ion_auth config), how to do not need email, while registration? - I need just username and password :)

1

There are 1 best solutions below

0
On

In the file /application/config/ion_auth.php set the following

// Email Activation for registration
$config['email_activation'] = FALSE;

This is on line #101 in my file. Should be close to the same in yours.