Hey there!
How would I go about removing the 2FA from a user? I've tried running the following code:
Replacing X with the userID, however I'm met with the following error:
Remove 2FA From Users?
How would I go about removing the 2FA from a user? I've tried running the following code:
Code:
UPDATE user SET dbtech_twofactor_secret = '', dbtech_twofactor_recovery = '' WHERE userid = 'x'
Code:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax; check the manual that corresponds to...