mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 02:09:28 +08:00
update password reset instructions
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user