After setting up two sites so that user from site A can log into site B things work OK for the first time only. Example : user mary@ab.com can log in to xyz.com ONCE, after that on logging out and attempt to re-login fails with error message internal server error.
Comments
Comment #1
walkero commentedThere is a problem with the function "drupal_get_form" which resides in "user_external_login". The information of the login form can't reach this function, so the login hangs. A fast fix of this problem is to change the following in the "site_network.authentication.inc" file:
and after that add the following code
Comment #2
avpadernoI am closing this issue, since it's for a Drupal version no longer supported.