benedmunds / CodeIgniter-Ion-Auth

Simple and Lightweight Auth System for CodeIgniter
http://benedmunds.com/ion_auth/
MIT License
2.35k stars 1.14k forks source link

fix activation_code #1523

Closed datamweb closed 3 years ago

datamweb commented 3 years ago

Hi, set public $emailActivation = true; // Email Activation for registration in Config/IonAuth.php file. Then create a new user (auth/create_user). Existence of an error after creating a new user. Shouldn't it " activationCode "?

benedmunds commented 3 years ago

Thanks!