2fa code issues
-
I now have multiple users experiencing an issue with their 2FA codes that was set up with SOGo.
How do I have them bypass/reset their accounts?
I just tried myself, and now my two (personal and business) account is not letting me sign in at sogo.domain.com, I can login in just fine st snappy.domain.com
-
@privsec
In the Database it's:To see your profile
SELECT * FROM sogo_user_profile WHERE c_uid = "your@email.com";
Disable 2FA:
UPDATE sogo_user_profile SET c_defaults = REPLACE( c_defaults, "\\"SOGoTOTPEnabled\\": 1", "\\"SOGoTOTPEnabled\\": 0") WHERE c_uid = "your@email.com";