Skip to main content

Is there a way to turn off 2FA for new members of the community?

I just setup Fluent Community, and when someone signs up they're sent a verification code, but so far two different users with two different emails haven't received their 2FA code, and it's not in spam. Is there a way to turn this off?

You need add to functions.php:

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