how to make safe registration and login form?

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
lukaswrites
Forum Newbie
Posts: 12
Joined: Tue Dec 22, 2009 6:57 am

how to make safe registration and login form?

Post by lukaswrites »

Hi guys, I am the new one in PHP and recently, i have a website that requires me to put some registration and login form, just like yahoo with the ymail or anything else, so that i can monitor the people who have joined my site and also manage their account, and plus, i need to put a chaptcha image to prevent spammers from interrupting my site, could anyone help me about the codes?? because i am totally distressed here, please..... thanx
Moment
Forum Newbie
Posts: 3
Joined: Thu Dec 24, 2009 6:24 pm

Re: how to make safe registration and login form?

Post by Moment »

Lots of free scripts here for Captcha, man. http://www.phpcaptcha.org/
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Re: how to make safe registration and login form?

Post by kaisellgren »

http://www.recaptcha.net is simple to setup.
Post Reply