Highly customizable open source login-registration module ?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
jankidudel
Forum Commoner
Posts: 91
Joined: Sat Oct 16, 2010 4:30 pm
Location: Lithuania, Vilnius

Highly customizable open source login-registration module ?

Post 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.
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: Highly customizable open source login-registration modu

Post 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...
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Re: Highly customizable open source login-registration modu

Post 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)
jankidudel
Forum Commoner
Posts: 91
Joined: Sat Oct 16, 2010 4:30 pm
Location: Lithuania, Vilnius

Re: Highly customizable open source login-registration modu

Post 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 :)
Post Reply