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