Skip to content
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

Never change the login redirect when the user is attempting to enter recovery mode #217

Open
desrosj opened this issue Sep 14, 2022 · 0 comments

Comments

@desrosj
Copy link
Contributor

desrosj commented Sep 14, 2022

Summarize the issue (briefly)
Today a plugin update was causing my site to throw a fatal error.

When I logged in using the recovery mode link in the admin email, I was redirected to the Bluehost dashboard instead of the dashboard screen, the default when the plugin is active and no redirect is requested.

This is problematic because all admin notices are hidden on the Bluehost screen and Recovery Mode displays multiple admin notices to help guide the user.

A recovery mode links seem to use the action query parameter instead of the redirect_to one.

Steps to reproduce

  1. Set up a site and activate another plugin.
  2. Create a fatal error.
  3. Try to enter recovery mode.
  4. Get redirected to BH screen on login instead of the plug

Expected behavior
User is redirected to the Plugins screen in order to troubleshoot the issue.

Screenshots
Default behavior.
Screen Shot 2022-09-13 at 21 56 27

Bluehost Plugin Version:

  • Version: 2.12.5

Browser (with version) & Operating System (with version)

  • Browser: Firefox
  • Operating System: MacOS
  • Device: Macbook Pro

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant