07-15-2010, 03:47 PM
Hi
Thanks for the info, but i insert the following sql in database.
i can't login with the user "admin" and passwort "admin.
do you have other idea?
Marcel
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