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

User registration questions #1522

Closed RafaelMNogueira closed 3 years ago

RafaelMNogueira commented 3 years ago

Good night, I wonder if I can include more fields with data in the user table? Can I create a random code to leave it as the main reference code in place of the ID field?

benedmunds commented 3 years ago

Yes you can, you'll need to update the $join config with your new field. You can also add any other fields you'd like to the users table.