Re: [vchkpw] How to change the password with SQL command?

2002-10-10 Thread Ken Jones
You can use the MySQL crypt command. It calls the unix crypt() function, so it's compatiable with vpopmail (and /etc/shadow) Ken Jones On Thursday 10 October 2002 05:15 pm, Alfredo Perez wrote: > Ari, > > > The SQL md5 function won't work for these passwords... it seems that > vpopmail uses a

Re: [vchkpw] How to change the password with SQL command?

2002-10-10 Thread Alfredo Perez
Ari, The SQL md5 function won't work for these passwords... it seems that vpopmail uses another md5 like algorithm. So the encripted password will always be different between MySQL and vpopmail. Regards, El jue, 10-10-2002 a las 15:56, Ari Arantes Filho escribió: > Hi, > > I've i