Skip to content

Commit

Permalink
[JENKINS-74858] Resolved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasdrolia committed Dec 4, 2024
1 parent abfae0b commit 7d6b649
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ public Details newInstance(StaplerRequest2 req, JSONObject formData) throws Form
}

if (FIPS140.useCompliantAlgorithms() && pwd.length() < FIPS_PASSWORD_LENGTH) {
throw new FormException(Messages.HudsonPrivateSecurityRealm_CreateAccount_FIPS_PasswordLengthInvalid(), "user.password1");
throw new FormException(Messages.HudsonPrivateSecurityRealm_CreateAccount_FIPS_PasswordLengthInvalid(), "user.password");
}

// will be null if it wasn't encrypted
Expand Down

0 comments on commit 7d6b649

Please sign in to comment.