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...