We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When logging in, if the 2FA feature is used, the redirect_to part of the url is lost in the login process.
redirect_to
Example:
/wp-admin/post.php?post=1234
/wp-login.php?redirect_to=…
/wp-login.php
Result: You are not sent to the original link, but instead end up at the dashboard
The text was updated successfully, but these errors were encountered:
Any chance we can get this fixed?
Sorry, something went wrong.
No branches or pull requests
When logging in, if the 2FA feature is used, the
redirect_to
part of the url is lost in the login process.Example:
/wp-admin/post.php?post=1234
/wp-login.php?redirect_to=…
with the original link in the url, and you log in/wp-login.php
to enter confirmation code, but now the redirect_to arg is gone from the urlResult: You are not sent to the original link, but instead end up at the dashboard
The text was updated successfully, but these errors were encountered: