You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I impemented the Gigya login to my drupal site, my site has 2 languages (EN & MS), but when users login from MS site, they were redirected back to the site in EN. How could we make it to redirect based on the language before user login?
The text was updated successfully, but these errors were encountered:
I was able to fix this issue by implementing hook_gigya_post_login_redirect_alter() in a custom module and appending the prefix of the current language to the redirect URL.
Hi, I impemented the Gigya login to my drupal site, my site has 2 languages (EN & MS), but when users login from MS site, they were redirected back to the site in EN. How could we make it to redirect based on the language before user login?
The text was updated successfully, but these errors were encountered: