update password reset instructions

This commit is contained in:
Henry Dollman
2025-01-29 18:55:17 -05:00
parent 31d306f8be
commit 3441b39a02

View File

@@ -98,7 +98,10 @@ export default function ForgotPassword() {
<Trans>Then log into the backend and reset your user account password in the users table.</Trans> <Trans>Then log into the backend and reset your user account password in the users table.</Trans>
</p> </p>
<code className="bg-muted rounded-sm py-0.5 px-2.5 me-auto text-sm"> <code className="bg-muted rounded-sm py-0.5 px-2.5 me-auto text-sm">
beszel admin update youremail@example.com newpassword ./beszel superuser upsert user@example.com password
</code>
<code className="whitespace-nowrap w-full overflow-auto bg-muted rounded-sm py-0.5 px-2.5 me-auto text-sm">
docker run --rm -v ./beszel_data:/beszel_data henrygd/beszel superuser upsert user@example.com password
</code> </code>
</DialogContent> </DialogContent>
</Dialog> </Dialog>