I upgraded oemr 4.1 to 4.2 and moved files to a new ubntu-13 box V4.2 php5263 it works fine in production so far.
From the new server I created using mysqldump and rsync backup copy of production (v4.2) on ubuntu-8 php5531 within same network box.
i cann’t login on ubuntu-8 (Invalid username or password) to the exact copy-demo
DOES V4.2 HAS SECURITY FEATURES PREVENTING ME LOGINING IN on different box?
THANKS
No. There were no changes in the login mechanisms between 4.1 and 4.2.
Also the description events of implies that a 4.2 copy (“works fine in production”), but the problem happened after migration. Seems most likely that the issue is with the migration itself or with the setup of the new box.
thanks all
I tested all users admin… no luck
The dumped db has same tables for users and same encrypted text
sql.conf.php is not edited since the backup box has same MYSQL credentials and it is querying and reading the backup DB showing (Invalid username or password)
IT MUST BE MD5() ISSUES MAKING PASSWORDS LOOKS DIFFERENTLY ??
Usually the password in sqlconf.php (for the database) is not encrypted, while the passwords in the users_secure (for OpenEMR login) are.
Perhaps an example will help clarify the matter.
In the Windows Package, the username is openemr, while the password is escargot in sqlconf.php. If a user had OpenEMR installed previously in Ubuntu, but wishes to use the Windows Package in a new device, the user cannot use the sqlconf.php credentials from the Ubuntu copy. He must use openemr/escargot.
I don’t fully understand the “mechanics” for this phenomenon, but this is an empirical observation of a number of users, who were only able to login to OpenEMR, following an upgrade or transfer; with the credentials of the new database.
Fortunately the downloads are not so big & fat that MD5 checksums are required. Have yet to come across posts questioning the fidelity of download transmissions in the past 3 years.
I reseted admin password to ‘pass’ using phymyadmin
I was able to login and left navigation is white space only
I looks like permission or function() issues.
my install was from production downloaded file.
I inspected file left_nav.php and noticed first lines : see below:
see image THERE IS a ‘I’ ? before ‘<?php’ is this normal