-
Notifications
You must be signed in to change notification settings - Fork 127
Multi Login not working #2752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Resolved #2752 where cross-domain multi-site login was not working
Resolved #2752 where cross-domain multi-site login was not working
Seriousy? I am encountering this issue NOW, AFTER the update. Never had this before. Please undo whatever you have done here. When I log in via the regular login form on a multi-site installation, I receive the error "multi_auth_redirect_site_not_found". Only works with CP login but not with login_form tag. You can see this wonderful "feature" here: https://kunden.renvert.com/ |
@appricosa Just to confirm.. what version of EE are you on? |
Hi @TomJaeger – I just updated from 7.2.12 to 7.2.13 |
@appricosa how does your |
Hi @intoeetive – I gotta hand it to you – your support here is insanely fast. I think, that was the right hint to fix this issue. I have added this line to the user config, and now it seems to have been fixed:
Just strange that this error did not appear in earlier versions without this explicit line.. |
What was it set to before? Or you didn't have it set at all? (but you think multi -sites login still worked some time ago?) |
I had not set that line at all – I had followed the instructions here in the docs Multi Site Login where it says, this line was necessary for different top level domains, but not, if the second site is a subdomain with a shared cookie domain. |
Thank you. I'll reopen the issue so we could test that. Maybe we broke something indeed ( |
Okay, but thanks a lot for the quick response. That did fix it for my multi-site instance running one top level plus sub-domain. Happy to share any more details if necessary. |
Followed Multi Site Login
But it's not working.
Each website have correct cookie settings.
When you try to login to a website, the next website return
Error Caught
Call to a member function filter() on null
Auth.php:719
Or too many redirects popup sometimes too
The text was updated successfully, but these errors were encountered: