From 4b243c7fd21d33d0138e44bc16cb374896569c36 Mon Sep 17 00:00:00 2001
From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
Date: Sun, 22 Jun 2025 09:03:49 -0600
Subject: [PATCH] docs: update reset password documentation to include 2FA
disabling instructions
---
.../docs/content/docs/core/reset-password.mdx | 46 +++++++++++++++++--
1 file changed, 43 insertions(+), 3 deletions(-)
diff --git a/apps/docs/content/docs/core/reset-password.mdx b/apps/docs/content/docs/core/reset-password.mdx
index 893754f..b1c24fc 100644
--- a/apps/docs/content/docs/core/reset-password.mdx
+++ b/apps/docs/content/docs/core/reset-password.mdx
@@ -1,10 +1,12 @@
---
-title: Reset Password
-description: "Reset your password to access your Dokploy account."
+title: Reset Password & 2FA
+description: "Reset your password to access your Dokploy account and disable 2FA."
---
import { Step, Steps } from 'fumadocs-ui/components/steps';
+## Reset Password
+
To reset your password, follow these steps:
@@ -38,4 +40,42 @@ It will display a random password. Copy it and use it to access again to the das
-
\ No newline at end of file
+
+
+## Reset 2FA
+
+To disable 2FA, follow these steps:
+
+To reset your password, follow these steps:
+
+
+
+Log in to your VPS.
+
+
+
+
+
+Run the command below to get the container ID of the dokploy container.
+
+```bash
+docker ps
+```
+
+
+
+
+
+Run command below to open a shell in the dokploy container.
+```bash
+ docker exec -it bash -c "pnpm run reset-2fa"
+```
+
+
+
+
+
+It will display a random password. Copy it and use it to access again to the dashboard.
+
+
+