From 0b4742d064ff642524d667a0c0a3843e5bd12996 Mon Sep 17 00:00:00 2001 From: Henry Dollman Date: Fri, 31 Jan 2025 15:19:18 -0500 Subject: [PATCH] update instructions for resetting password via docker --- beszel/site/src/components/login/forgot-pass-form.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beszel/site/src/components/login/forgot-pass-form.tsx b/beszel/site/src/components/login/forgot-pass-form.tsx index 2b02fc9..57b397b 100644 --- a/beszel/site/src/components/login/forgot-pass-form.tsx +++ b/beszel/site/src/components/login/forgot-pass-form.tsx @@ -83,7 +83,7 @@ export default function ForgotPassword() { Command line instructions - + Command line instructions @@ -100,8 +100,8 @@ export default function ForgotPassword() { ./beszel superuser upsert user@example.com password - - docker run --rm -v ./beszel_data:/beszel_data henrygd/beszel superuser upsert user@example.com password + + docker exec beszel /beszel superuser upsert name@example.com password