Make two-factor authentication (2FA) mandatory for users

Is there a way in SuiteCRM 8.8.0 to require all users to enable two-factor authentication?

I think you can do it as per the user.

Yes, right, but I’d like to enforce it globally so that every user must activate it. Is there a way to accomplish this?

Hey, i think if you do a mass update on the Db field(factor_auth ,on version 8.8) it might reflect for all users, might be better to test on a Dev Environment first beforehand

Hello,

I’m sure there is a way - but not via the UI.

Check out this post, about the opposite:

The challenge that I see is, that the values in the DB are encoded. Suite seems to be using an internal encoding logic (not Base64) for that.

If you search for 2FA in the code, you’ll find a possible approach on how to automate this: