Skip to content

Commit

Permalink
[JENKINS-74858] | Resolved some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasdrolia committed Nov 25, 2024
1 parent 39171ee commit 0cf9e31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ public Details newInstance(StaplerRequest2 req, JSONObject formData) throws Form
throw new FormException("Please confirm the password by typing it twice", "user.password2");
}

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

Expand Down

0 comments on commit 0cf9e31

Please sign in to comment.