From 2a101a130e3175c964fc657871da186728287dbe Mon Sep 17 00:00:00 2001 From: jfontaine35 <76435797+jfontaine35@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:02:49 +0100 Subject: [PATCH] Update ResetPwdTo.sh --- ResetPwdTo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ResetPwdTo.sh b/ResetPwdTo.sh index 3589e2b..971f71b 100644 --- a/ResetPwdTo.sh +++ b/ResetPwdTo.sh @@ -1,3 +1,3 @@ #!/bin/bash -password=H3campus@2023 +password=*********** samba-tool user setpassword $1 --must-change-at-next-login --newpassword=$password