oneall / social-login-phpbb

Social Login for phpBB allows your users to login and register with 40+ social networks. It increases your phpBB user registration rate by simplifying the registration process.
https://docs.oneall.com/plugins/guide/social-login-phpbb/
52 stars 33 forks source link

Redirects user to the wrong port #78

Open haloflooder opened 3 years ago

haloflooder commented 3 years ago

I installed PHPBB with the bitnami phpbb docker image. It's also behind a reverse proxy using nginx since we have other services on the server as well.

When using the social login extension and a user is redirected after the oauth is completed. It would redirect the user to something like https://forum.example.com:8080/blahblahblah instead of https://forum.example.com/blahblahblah since the internal webserver from the docker image is using port 8080.

Is there a way to change the redirected url so it doesn't include the port?