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

DevShed: Developing a Form Director Class

PHPit.net: Handling passwords safely in PHP

InformBank.com: How to create Microsoft Office documents on the fly using PHP

Tibo Beijen's Blog: Zend_Form: Building dynamic forms

Vid Luther's Blog: Talking to multiple databases with Symfony 1.2


Community Events











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


phpunit opinion database language usergroup zendframework2 introduction symfony2 rest series interview community podcast testing framework conference functional release unittest development

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