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
In the documentation it says that &redirectToPrior, if true, will redirect the user to the referring page (HTTP_REFERER) on successful login. It says that the default is `0`.
This suggests that in order to get &redirectToPrior to redirect a user who has successfully logged in to the referring page you would use &redirectToPrior=`1` However, this does not appear to work.
I have found that you need to use &redirectToPrior=`0` a successfully logged in user will be redirected to the referring page.
The text was updated successfully, but these errors were encountered:
andytough
changed the title
redirectToPrior does work but not as docuemtned
redirectToPrior does work but not as documented
Jul 24, 2017
In the documentation it says that &redirectToPrior, if true, will redirect the user to the referring page (HTTP_REFERER) on successful login. It says that the default is `0`.
This suggests that in order to get &redirectToPrior to redirect a user who has successfully logged in to the referring page you would use &redirectToPrior=`1` However, this does not appear to work.
I have found that you need to use &redirectToPrior=`0` a successfully logged in user will be redirected to the referring page.
The text was updated successfully, but these errors were encountered: