LetoDMS Community Forum
Can't Login with Admin-User - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9)
+--- Thread: Can't Login with Admin-User (/showthread.php?tid=102)



Can't Login with Admin-User - mesi - 07-15-2010

Today I installed LetoDMS. Everything works perfectly, but i can't login with the admin-User. do you have an idea why it does not work?

Thanks for help.

Marcel


RE: Can't Login with Admin-User - administrator - 07-15-2010

OK , login to phpmyadmin , check the user account in the db. you may have to add a user , if LetoDMS didn't set it up

thanks

LetoDMS team.

ps. userid is admin . and password is admin


RE: Can't Login with Admin-User - mesi - 07-15-2010

Hi

Thanks for the info, but i insert the following sql in database.

Code:
INSERT INTO tblFolders VALUES (1, 'DMS', 0, 'DMS root', 1, 0, 2, 0);
INSERT INTO tblUsers VALUES (1, 'admin', '21232f297a57a5a743894a0e4a801fc3', 'Administrator', 'address@server.com', '', '', '', 1);
INSERT INTO tblUsers VALUES (2, 'guest', NULL, 'Guest User', NULL, '', '', '', 0);

i can't login with the user "admin" and passwort "admin.

do you have other idea?

Marcel


RE: Can't Login with Admin-User - matteo lucarelli - 07-15-2010

Inserting that query the db must return an error if the tblUsers doesn't exists!
The table is there or not?


RE: Can't Login with Admin-User - mesi - 07-15-2010

Hi

The table tblUsers is there.

After i click the "Sign in"-Button, the url switch to "http://DOMAIN/out/out.Login.php?referuri=%2Fout%2Fout.ViewFolder.php%3Ffolderid%3D1". is this correctly?

Marcel


RE: Can't Login with Admin-User - mesi - 07-16-2010

The problem has solved itself. i had an error on the settings in the variable $_httpRoot. Confused

Thanks for help me.

Marcel