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. + + +