alexandregz / twofactor_gauthenticator

This RoundCube plugin adds the 2-step verification(OTP) to the login proccess
MIT License
216 stars 76 forks source link

How to disable 2fa for some user #95

Closed freeman1doma closed 5 years ago

freeman1doma commented 5 years ago

How to disable 2fa for some user if something wrong? What options must be disabled/edited in database or console of server? Thnx

alexandregz commented 5 years ago

Hi, remove from the roundcube DB users.preferences the 2fa configuration.

freeman1doma commented 5 years ago

Thnx a lot.