in reply to Can you use DBI to do this?
Details for changing passwords vary by vendor. Assuming you're using MySQL,
will do the trick, assuming thatUPDATE user SET Password=password(?) WHERE User = ?
Just prepare and execute the query as you would any other query through DBI.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Can you use DBI to do this?
by cchampion (Curate) on Jul 11, 2003 at 23:08 UTC | |
|
Re: Re: Can you use DBI to do this?
by antirice (Priest) on Jul 11, 2003 at 22:49 UTC |