• Support will be limited until May 8th, as I will be out of the office travelling. Thank you for your patience and understanding.

dbtech_twofactor_recovery

  1. Nicholas

    Question Remove 2FA From Users?

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