Hello!!
I have installed OpenEMM 2013 on my CentOS 6.5 and I cannot access to openemm. I go to the address "mycompany.openemm.com:8080/logon.do?action=0" and I type the Username "admin" and the password "openemm". I cannot log in.
I have looked on the database on the table "admin_tbl" and the Username and the password are "admin" and "openemm".
I tried to change the password but it didn't work. It still says "bad login or password".
Any help will be appreciated.
First Login
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: First Login
Field password in admin_tbl should not contain "openemm" but the MD5 hash of "openemm", because the PW is not saved as plain text.
OpenEMM Maintainer