Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable totp via email does not work #33722

Open
dazoot opened this issue Oct 23, 2024 · 1 comment
Open

Disable totp via email does not work #33722

dazoot opened this issue Oct 23, 2024 · 1 comment

Comments

@dazoot
Copy link

dazoot commented Oct 23, 2024

Description:

I am trying to disable TOTP via email from the Profile -> Security page and it does not work.

Steps to reproduce:

  1. I click My account -> Profile -> Security
  2. I click Disable Two-factor authentication via Email.
  3. I get a flash message that 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:

  • Version of Rocket.Chat Server: 6.13.0
  • License Type: Starter
  • Number of Users: 10
  • Operating System: Debian
  • Deployment Method: tar
  • Number of Running Instances: 1
  • DB Replicaset Oplog: (oplog Enabled)
  • NodeJS Version: v14.21.3
  • MongoDB Version: 4.4.29

Client Setup Information

  • Desktop App or Browser Version: Desktop 4.1.1
  • Operating System: Windows
@dazoot
Copy link
Author

dazoot commented Oct 23, 2024

I was able to disable email2fa by running this query in mongo DB:

db.users.update({"username": "catalin"}, {"$unset":{"services.email2fa": 1}});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant