RE: Allowing a user to change their password

2003-03-25 Thread Mike Hillyer
nything extra. Mike Hillyer -Original Message- From: Prabu Subroto [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 2:35 PM To: [EMAIL PROTECTED] Subject: Re: Allowing a user to change their password I suggest you to make a special application for this operation. With three-tier

Re: Allowing a user to change their password

2003-03-25 Thread Prabu Subroto
I suggest you to make a special application for this operation. With three-tier architecture for example and your application ask the current passord to make sure that they are the legal user before your sql query change their password through your application. --- "Shawn P. Garbett" <[EMAIL PROTEC

Re: Allowing a user to change their password

2003-03-24 Thread R. Hannes Niedner
That is all ok but what do you suggest? Row level privileges are not available in MySQL (yet). Or did I miss something? Cheers/h On 3/24/03 12:18 PM, "Shawn P. Garbett" <[EMAIL PROTECTED]> wrote: > On 3/24/03 10:37 AM, "R. Hannes Niedner" <[EMAIL PROTECTED]> wrote: >> On 3/24/03 7:41 AM, "Shawn

Re: Allowing a user to change their password

2003-03-24 Thread Shawn P. Garbett
On 3/24/03 10:37 AM, "R. Hannes Niedner" <[EMAIL PROTECTED]> wrote: > On 3/24/03 7:41 AM, "Shawn P. Garbett" <[EMAIL PROTECTED]> wrote: > > How can one allow a user to change their mysql password securily? > > > > If I do a grant update on the user table, then a user could change > > anyone's passw