Re: [Creditpool-devel] wtf loggin in
Status: Alpha
Brought to you by:
homic
From: Chuck H. <ch...@vv...> - 2003-02-11 19:40:14
|
On Tue, Feb 11, 2003 at 11:33:19AM -0800, Jeremy wrote: > ok i am finally toying with this code... > but it wont let me log in ! > > is the password in the sql 'pool' database clear text or what? The password is hashed using the MySQL password hasher. So when you configure the user database, you should use PASSWORD("mypassword") when you initialize the password field. -Chuck |