Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [mickalo] Profile Integration

Quote Reply
Re: [mickalo] Profile Integration In reply to
Hi,

To update the password, you need to set the user_password field in the User table. By default all passwords are encrypted. To encrypt a password in perl, use:

use GT::MD5::Crypt;
my $encrypted = GT::MD5::Crypt::gt_md5_crypt($clear_password, $random_salt);

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Profile Integration mickalo 2651 Dec 25, 2004, 11:07 AM
Post Re: [mickalo] Profile Integration
Alex 2534 Jan 4, 2005, 8:51 AM