On Fri, 14 Jan 2005 17:20:56 +0100
Yvonne <[EMAIL PROTECTED]> wrote:

> Hello,
> I am using courier-mysql and I try to switch from clear password to crypt 
> passwords. 
> It's easy to create a user with clear password but I don't no how to create 
> crypt passwords ? It is not MySQL MD5 function.

Example:

mysql> update users set crypt = encrypt('mysecretpass') where username = 
'[EMAIL PROTECTED]';

Bye
        Racke

-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to