Page 1 of 1

Highly customizable open source login-registration module ?

Posted: Tue Feb 01, 2011 2:15 am
by jankidudel
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.

Re: Highly customizable open source login-registration modu

Posted: Wed Feb 02, 2011 12:26 pm
by Jade
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

Posted: Thu Feb 03, 2011 5:18 am
by matthijs
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)

Re: Highly customizable open source login-registration modu

Posted: Thu Feb 03, 2011 5:26 am
by jankidudel
Thanks for the replies, I think to stick to some framework, because I'm very tired to program with plain PHP in fast temps :D, thinking about symfony or zend :)