How to disable 2FA for Fluent Community if you’re not using WooCommerce

Out of the box, Fluent Community has a hidden 2FA verification code that is sent out to new signups when using their default registration (instead of WooCommerce). It’s a mystery for many folks, so here is how to disable it (but, remember, this will likely open the gates of HELL spam bots!) if you want:

*Credit to Anne Stephenson for the catch!

Put this into function.php or a Fluent Snippet

add_filter('fluent_community/auth/two_factor_enabled', '__return_false');

Similar Posts