Hi @jtphelan, happy to help!
By default, the 2FA configuration button should redirect you to the onboarding link that’s tied to the WP Login page. If it redirects you to the dashboard, it’s usually due to another plugin that “hijacks” the default login page, such as user registration plugins.
If you’re using one, you can confirm if it’s the case by temporarily disabling that plugin and checking if you’ll be redirected to the correct 2FA onboarding link. If so, try adding this constant in your wp-config.php file to see if it helps you configure 2FA while that plugin is activated (How Do I Edit The wp-config.php File?):
define( 'SOLID_SECURITY_LEGACY_2FA_UI', true );
Let me know if this helps!
Hi @jtphelan,
I noticed you are using TFA as the abbreviation for Two-Factor Authentication. Allthough I think your solution is creative, I just wanted to share that the usual abbreviation is 2FA 😉
Hi there,
I hope the previous reply was helpful! Tracking notifications on this forum can become tricky over time, and since we haven’t received a response, I’ll mark this post resolved.
If you still require further assistance, feel free to open a new support topic, and we’d be happy to assist.
Thank you!
Thread Starter
Justin
(@jtphelan)
Thank @chandelierrr that did work!