I need a lost password script for my existing login script. I need one that sends an email to the person once they enter their username. It is in a database with other things but the tables name is "profiles". The rows in that table are "id" "email" "username" "password". (the password is enscripted). I use phpMyadmin

Recommended Answers

All 2 Replies

You'll need to think of a way that you can allow that email address to change the pass, probably some long random key that you store encrypted.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.