Just updated to 2.31.11 and my FreePBX credentials are no longer allowing me to login to the FOP2 Manager section. Before the upgrade I was able to login without issue. After the upgrade of FOP2, and no other changes, I wasn't able to. Logging into FreePBX Admin first and then trying to login to FOP2, which used to automatically log me in, no longer works.
What I've figured out so far in working on this;
FreePBX has two sections where you can define user permissions. The old area is under Admin -> Administrators (with a big warning about how this is going away, mind you my FreePBX install isn't 100% updated right now). The other area is under Admin -> User Management. That is where everything is moving, or has been moved.
I created a user in Admin -> Administrators and granted all the permissions. That login WORKS with FOP2.
I created a user in Admin -> User Management and granted all the permission. That login DOESN'T WORK with FOP2.
Now, keep in mind that before upgrade FOP2 just now it DID work with the user created in Admin -> User Management.
I will note that my FreePBX is setup in Admin -> User Management -> Authentication Setting to use Authentication Engine Microsoft Active Directory. But AGAIN, this worked before the FOP2 upgrade.
Also, adding to /var/www/html/fop2/admin/config.php
define('USE_BACKEND_AUTH',false);
allows me to login with the defined admin user/password. But that isn't what I want to do.
What should I do? Everything else is working fine.