BigCommerce/2FA Conflict on Login Page
-
Hello, I just enabled 2FA access on my company’s website, which also has BigCommerce installed. I set up 2FA without incident. However, when I log out and attempt to log in again, nothing happens. I’ll enter my login credentials, click “Log In”, and am simply redirected back to the log in page.
I realized that it was likely because BigCommerce was hijacking the login and probably trying to redirect me, as BigCommerce forces you to select a custom login page (I can’t find a way to use the default /wp-admin/). I edited the page template for this custom BigCommerce login and simply used the wp_login_form() function. I can see that this new login form is definitely in use, but it isn’t having an effect. I’m still just being redirected back to the login page without errors or comment.
I tested this all on a staging site, and found that yes, removing BigCommerce resolves the issue. I have been unable to find a way to disable the BigCommerce login redirect, and I’m not able to change the BigCommerce login page to the standard WordPress login screen.
Does anyone have any ideas on how to resolve this? I can edit the custom login page in any way, I just can’t change how BigCommerce hijacks the login.
- You must be logged in to reply to this topic.