CodeIgniter Forums
Very Simple User Login - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Very Simple User Login (/showthread.php?tid=5377)



Very Simple User Login - El Forum - 01-20-2008

[eluser]dawnerd[/eluser]
Hi everyone. I wasn't very happy with the existing User libraries for CI. Either they were very buggy or were too much for what I need. I took the time and created a very simple user library.

http://codeigniter.com/wiki/Users_Library/

I'd love to get feedback and suggestions for new features. I have tested it and it works like a charm.

You can see it in action here: http://paintingfromthesource.com/user/main

That's my client's site which is currently being converted to CI and my new CI based cms.*/shameless plug


Very Simple User Login - El Forum - 01-20-2008

[eluser]wiredesignz[/eluser]
Good work, you may like to investigate the validation class, it would help clean up a some of your code.

There are a few other things that you could improve also, if you're interested in getting constructive feedback.


Very Simple User Login - El Forum - 01-20-2008

[eluser]dawnerd[/eluser]
[quote author="wiredesignz" date="1200848452"]Good work, you may like to investigate the validation class, it would help clean up a some of your code.

There are a few other things that you could improve also, if you're interested in getting constructive feedback.[/quote]

Yea, I'm going to implement the validation class in the next release. This one was kinda rushed so I didn't have time to setup to rues and whatnot.