After upgrading to 2.31.09, I can no longer login to the Fop2 Manager page. I am using the default creds of fop2admin/fop2admin, but when I try them now, I get an "Invalid Credentials" error on screen.
Everything otherwise seemed to go smoothly and I didn't notice the problem at first, but now I've done it on 3 systems (two coming from 2.31.08 and one was 2.31.04 I believe), and it's the same on each of them.
I am not using FreePBX and my /var/www/html/fop2/admin/config.php was and still is set as follows:
<?php // If FreePBX is installed, use its database auth system by default // To set up usernames and passwords define('USE_FREEPBX_AUTH',false); // User/Pass to Log into FOP2Manager. If we detect a FreePBX session // or a fop2 sessions with the "manager" permission, the authentication // will be asumed as ok. $ADMINUSER = "fop2admin"; $ADMINPWD = "fop2admin";
Any ideas for me?