News Feed
Jobs Feed
Sections




News Archive
PHPEasyStep.com:
Sending forgotten password
May 29, 2006 @ 04:43:44

On PHPEasyStep.com, there's a new tutorial talking about adding "send forgotten password" functionality to your member site.

Mark Jackson is one of our member but he forgot his password for login to our website. We'll send him password to his e-mail address. In this tutorial create 2 file and 1 database - forgot_password.php, send_password_ac.php and the members database.

The rest of the tutorial is all code and SQL statements, including the HTML for the form the users fill out. Basically, it just grabs the password value from the database and sends it along in an email.

Of course, the structure is here for the application, but it's not very secure - sending the password in plain-text like that. Personally, I'd have md5 hashed passwords and reset the password to a new one each time the "request my password" was made. Then, they can come in and reset the paasword when they log in.

5 comments voice your opinion now!
send forgotten password database email form html send forgotten password database email form html


blog comments powered by Disqus

Similar Posts

Enrise.com: REST Style Context Switching - Part 2

DevShed: Advanced PHP Form Input Validation to Check User Inputs

NETTUTS.com: Create a PHP5 Framework - Part 3

Community News: The Obfuscator

Zend Developer Zone: SQLite: Lean, Mean DB Machine


Community Events











Don't see your event here?
Let us know!


application community example unittest introduction testing object code language development functional phpunit tool series interview podcast opinion zendframework2 release framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework