No - instead, update the password with a new, random one, and e-mail the
random one to the user.
- Jonathan
-Original Message-
From: Tyler Longren [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 06, 2001 1:37 PM
To: MySQL List
Subject: PASSWORD() question
Hello,
I have some
Hello,
I have some usernames and passwords. The passwords have had the PASSWORD()
function used on them. I need to set up an area of a site to allow users to
have their passwords e-mailed to them. I can't just say SELECT password
FROM table WHERE email='$email' AND username='$username' because
I have a mysql database running with php server. How can the database be passworded so
that a mysql client cannot connect to it freely ?
Thanks
Rez