feat: Apply password validation (#1896)

This commit is contained in:
Kroese
2026-07-19 09:28:53 +02:00
committed by GitHub
parent f200781975
commit d29cca7f51
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1444,7 +1444,7 @@ validateLegacyUsername() {
return 0
}
validateLegacyPassword() {
validatePassword() {
local value="$1"
local desc="${2:-}"