Hey there!
How would I go about removing the 2FA from a user? I've tried running the following code:
UPDATE user SET dbtech_twofactor_secret = '', dbtech_twofactor_recovery = '' WHERE userid = 'x'
Replacing X with the userID, however I'm met with the following error:
An error occurred while...
I've tried multiple accounts and on each one it says Invalid authentication code. when trying to set up 2fa on the accounts.
Can someone help me please? Thanks.