When I try to log in to my brand-new install of webo with
user:webo-admin, passwd:webo-admin (or w/ passwd
blank), I get rejected with "Invalid Username or
Password"
The following shows up in the log:
[webo] Webo::checkAuthent user= appcode=
[webo] authent ERROR : Invalid username or password
user= appcode=
[webo] timer timer.page : 0.037 secs user= appcode=
I have the magic quote variables set to off in php.ini, and
the session module is enabled.
I am running IRIX 6.5 with:
Apache 1.3.20
PHP 4.0.5
MySQL 3.23.41
I have used both Opera 7.20, and IE 6.0
I did a mysqldump of the 'webo' database, and the
appropriate entry was in the 'users' table. The
/var/tmp/webo directory exists and is mode 777.
Can anyone suggest what I'm missing?
Logged In: NO
my problem, apparently, is that I cannot read. sorry for the
trouble.
Logged In: NO
my problem, apparently, is that I cannot read. sorry for the
trouble.
Logged In: YES
user_id=156822
did you try webo-adm/webo-adm ?
Also dowload the patch available at http://sourceforge.net/tracker/
index.php?func=detail&aid=749383&group_id=21730&atid=372804
(bottom of page)
Logged In: NO
webo-adm webo-adm
if all else fails try
drop this line in the table users (userid, userpassword, status,
lastaccess) VALUES ('webo-adm', MD5('webo-adm'), 'enabled',
NULL);
and type another password MD5('webo-adm')