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

Automatically Login user after successful registration in Codeigniter-3 | Ion_auth #1572

Closed ZahoorCodes closed 1 year ago

ZahoorCodes commented 1 year ago

I want the user to directly login in after registering in Codeigniter. I am using Codeigniter 3 and the ion_auth library for user management.

benedmunds commented 1 year ago

You can modify the controller code to call the ion_auth->login() after registration is complete.