Skip to main content

Please tell me how to Disable 2FA Email

UPDATE ⟢ Add this to your functions

/**
 * Disable FluentCommunity Two-Factor Email Verification
 * 
 * Disable/Bypass 2FA garbage verification for signup.
 */

add_filter('fluent_auth/verify_signup_email', '__return_false');

/**
 * Optional: If the above doesn't work, you can also try this alternative filter
 * Uncomment the line below if needed
 */
// add_filter('fluent_community/auth/2fa_enabled', '__return_false');

β€”

For the love of god, I need to disable this garbage feature. May you please share function/snippet/hook to disable and remove this?

I noticed, feature is half-baked, if I have dark mode enabled, I'm redirected to light mode theme register.

Please tell me how to Disable 2FA Email

Deckard Cain

`/admin/settings/customization`

if option is enabled, register forms should match setting

WiLson Eberechi

I think you can disable this with fluent Auth.

But why do you want to disable it, your site might be at risk of hackers and spams you know.

Deckard Cain

But why do you want to disable it, your site might be at risk of hackers and spams you know.

Trust me WiLson EberechiΒ - no such thing exist with a little bit of common sense.

From a user perspective, it's does nothing but "get in the way" and "frustrate" people. Just tip of the ice burg on what's wrong with it.

It's a momentum breaker for anyone serious about getting anything done.

I'm not in charge of managing people's security… if someone chooses not to use a password manager, and generate a strong password in the year 2030 that's on them...

Deckard Cain

Thanks but it didn't work WiLson EberechiΒ - see this is what I'm talking about... the idea of having to install a different plugin, more bloat/points of attack just to "manage" something simple and basic is nonsense.

TRASH!

🀬😀

Jeff Brigman

The only thing garbage is your crappy attitude. The code isn’t 2FA, it’s to verify the email address the person just signed up with is legit.

Yes, you should be able to disable if you want but your remarks are a pretty shitty way to request the feature.

Deckard Cain

Yes, you should be able to disable

Agreed!

The code isn’t 2FA, it’s to verify the email address the person just signed up with is legit.

Thanks for the clarity but your not telling anyone anything new.

but your remarks are a pretty shitty way to request the feature.

I appreciate the feedback old sport, but I can't talk to you when your like this. The only two aggressive remarks in this here chat thread are coming from you.

Hang in there brothaman, today is already shaping up to be a better day than yesterday Jeff Brigman !

Jeff Brigman

Tyler GebhardΒ clearly you didn’t know and throwing a tantrum is still aggressive posturing…

if you can’t handle someone calling you out, then perhaps you should tone down the way you respond.