CodeIgniter Forums
User Accounts - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: User Accounts (/showthread.php?tid=2752)



User Accounts - El Forum - 08-22-2007

[eluser]pbreit[/eluser]
Has anyone tackled user accounts in CodeIgniter? I've seen various authentication packages but I'm looking more for individual user accounts. Is the source for these forums available?


User Accounts - El Forum - 08-22-2007

[eluser]Michael Wales[/eluser]
Most of those authentication packages are easily extensible to include whatever extra data you'd like to store (or you could make a new profile and link them by unique IDs).

I believe these forums are part of Expression Engine - so, technically, if you purchased a license to EE you would have the code.

Honestly, managing users isn't that difficult though - it's basic CRUD with your database.