Quantcast
Viewing all articles
Browse latest Browse all 21

Remove 2FA From Users?

Hey there!

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'
Replacing X with the userID, however I'm met with the following error:

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...
Remove 2FA From Users?

Viewing all articles
Browse latest Browse all 21

Trending Articles