mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 09:49:28 +08:00
update instructions for resetting password via docker
This commit is contained in:
@@ -83,7 +83,7 @@ export default function ForgotPassword() {
|
|||||||
<Trans>Command line instructions</Trans>
|
<Trans>Command line instructions</Trans>
|
||||||
</button>
|
</button>
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
<DialogContent className="max-w-[33em]">
|
<DialogContent className="max-w-[41em]">
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle>
|
<DialogTitle>
|
||||||
<Trans>Command line instructions</Trans>
|
<Trans>Command line instructions</Trans>
|
||||||
@@ -100,8 +100,8 @@ export default function ForgotPassword() {
|
|||||||
<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 superuser upsert user@example.com password
|
./beszel superuser upsert user@example.com password
|
||||||
</code>
|
</code>
|
||||||
<code className="whitespace-nowrap w-full overflow-auto 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">
|
||||||
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
|
||||||
</code>
|
</code>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
Reference in New Issue
Block a user