Welcome Guest, Not a member yet? Register   Sign In
Codeigniter User Library
#1

[eluser]Waldir Bertazzi Junior[/eluser]
Hey guys,

I've made an big update to my user auth library, here is it:
https://github.com/waldirbertazzijr/codeigniter-user

It's really easy to use and flexible. If you're looking into something more complex, this is not for you. The library works by simple passwords md5 hashing with some functions that can help you out. I'll adding things to it as I need em. Fell free to request a pull or sending me an email if any doubts.


Quick Start
* Import the userschema.sql to your database.
* Merge the content of the folders with you Codeigniter root.
* You may need to set your secret session key on your config file and also set up your database config properly if you haven't yet.
* Head to /index.php/login/ and try your new auth system.

Thanks




Theme © iAndrew 2016 - Forum software by © MyBB