Cannot Login
Status: Beta
Brought to you by:
linusx
Ok I have downloaded both version and tried all the fixes
on the pages. There is even mention of an updated
login.php page on the Patches section but there is no
attached file.
After looking at the .sql file there is no login information
If I knew where to add a user manually I would do that.
I think this script needs some testing before tarring it up
for the public again because there is a definate problem
in either the login.php or in the sql file provided with the
script.
Thanks
Logged In: YES
user_id=1476397
Originator: NO
the sql statement to create the default admin/password account was not in the main database sql load. to create the admin/password account, execute the following sql
INSERT INTO hd_users VALUES (0, 'admin', '5f4dcc3b5aa765d61d8327deb882cf99', 'No', 'One', 'dump@blah.com', 0);