feat: Validate local and domain account settings (#1899)

This commit is contained in:
Kroese
2026-07-20 06:06:29 +02:00
committed by GitHub
parent a67a6a26e8
commit 092800903c
2 changed files with 129 additions and 41 deletions
+1 -1
View File
@@ -1761,7 +1761,7 @@ prepareInstall() {
local regUsername regPassword
validateLegacyUsername "$username" "$desc" || return 1
validateLegacyPassword "$password" "$desc" || return 1
validatePassword "$password" "$desc" || return 1
sifHost=$(escapeSIFValue "$HOST") || return 1
sifUsername=$(escapeSIFValue "$username") || return 1