From fa21c2e92eef727cf7cab2570608e86197da0420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 27 Jan 2023 10:43:48 +0100 Subject: [PATCH] Update DISCLAIMER.md --- doc/DISCLAIMER.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index bd8afd3..e7669c2 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -2,3 +2,10 @@ * Only **user** given permission at time of the installation can **access** the Webmin login interface * To login to webmin, use root and root password * Webmin will **update itself** when system updates are run. So no need to **run upgrade script** once installed. + +### Fix username and password + +If you can't connect you can fix the password of the user running: +``` +/usr/share/webmin/changepass.pl /etc/webmin root newpassword +```