Hi, currently I'm writing login-registration module with plain PHP and I feel like reinventing the wheel. Yes, I like to do that, but sometimes there is a need to have some reliable and professional( as much as possible ) module because of time shortage. I've tried some from here http://www.gscripts.net, but they are very plain and haven't functions like ... "forgot your password ? " .
What can you suggest, what have you used ?
Thanks.
Highly customizable open source login-registration module ?
Moderator: General Moderators
-
jankidudel
- Forum Commoner
- Posts: 91
- Joined: Sat Oct 16, 2010 4:30 pm
- Location: Lithuania, Vilnius
Re: Highly customizable open source login-registration modu
Most of them are pretty plain for a reason -- you can't program for a general audience with something that's highly customized...
Re: Highly customizable open source login-registration modu
Another option is to use what's available from a framework (like Zend). Then half of the work is done for you (like dealing with sessions, db, etc)
-
jankidudel
- Forum Commoner
- Posts: 91
- Joined: Sat Oct 16, 2010 4:30 pm
- Location: Lithuania, Vilnius
Re: Highly customizable open source login-registration modu
Thanks for the replies, I think to stick to some framework, because I'm very tired to program with plain PHP in fast temps
, thinking about symfony or zend 