Re: [Logicampus-general] First time (absolutely newbie!) problem!!
Brought to you by:
trilexcom
From: mark <ma...@ta...> - 2004-07-21 03:12:35
|
I stumbled across the same problem and found the solution. MD5 passwords a= re=20 defaulting to on. Add the following line to line 14 of the=20 src/public_html/defines.php define('USE_MD5_PASSWORDS',false); On Monday 19 July 2004 10:15 pm, Dra. Victoria Loisi wrote: > Hello all!! > > I=B4ve got a poblem ... LC didn=B4t recognize my pass! > I=B4ve edited the auth file: > > define(HERC_USER,'user'); > define(HERC_PASSWD,'pass'); > //set to 1 to use md5 passwords > define(PASSWD_IS_MD5,0); <--- I tried it with 0 and 1 > ?> > > And I tried adding on the sql table the user and pass... > INSERT INTO lcUsers VALUES ('', 'user', 'pass', '', '', '', '') > > And nothing happened... > > Error: > There was an error with your username or password. Please try again. > > Can you give me some advice? I=B4m sure that I=B4m doing something wrong = here! > > Thanks again for all your help!!!!!!!! > > Victoria |