Need Login reccomendation

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
bvanpelt
Forum Newbie
Posts: 1
Joined: Wed May 13, 2009 4:13 pm

Need Login reccomendation

Post by bvanpelt »

This is a great forum, so thanks in advance.

Can anyone reccomend a easy to implement login script that does the following.
Checks for user name and password
if usr name does not exist then goes to register page
emails verification
emails password if user forgot or resets password and emails login.
user recapture to verify.

I'm a novice php person, and have been able to sucessfully implement scripts.

But right now i need a fairly easy to use login

I'm using PHP,HTML,MySql on a hosted platform

Thanks Again
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Re: Need Login reccomendation

Post by kaisellgren »

Post Reply