Open dazoot opened 1 month ago
I was able to disable email2fa by running this query in mongo DB:
db.users.update({"username": "catalin"}, {"$unset":{"services.email2fa": 1}});
Can you test this on v7.x please?
If it is still an issue I will refer it to the team.
Description:
I am trying to disable TOTP via email from the Profile -> Security page and it does not work.
Steps to reproduce:
Two-factor authentication disabled
but the feature is not disabled.Expected behavior:
TOTP via Email to be disabled.
Actual behavior:
TOTP via Email remains enabled.
Server Setup Information:
Client Setup Information