We have a DNN installation with one live website running on it. It uses a custom authentication provider we built to authenticate users with the pre-DNN website credentials.
We now added another portal to this installation, and chose the option to use the current user as administrator. I checked the UserRoles and UserPortals tables, and see correct entries there, and it goes without saying that this is a SuperUser as well.
When I attempt to login to the newly created portal, it does a redirect as if the user has logged in, but I don't see the DNN toolbar at the top, and still see the login and register buttons. If I try to login with wrong credentials, it does stop me.
On the login page, I see both the standard DNN login panel and our custom login panel. I have tried using both, with the same results.
I am not sure what the problem could be here, or how to go about finding out more. The DNN version is 7.3.4. Any help is appreciated. Thanks!