Skip to content

EPMRPP-88766 password new requirements #2178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

grabsefx
Copy link
Contributor

No description provided.

@grabsefx grabsefx requested a review from avarabyeu as a code owner February 20, 2025 13:11
@grabsefx grabsefx self-assigned this Feb 20, 2025

}
@NotBlank
@Size(min = ValidationConstraints.MIN_PASSWORD_LENGTH, max = ValidationConstraints.MAX_PASSWORD_LENGTH)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 105).

@JsonInclude(JsonInclude.Include.NON_NULL)
public class ChangePasswordRQ {

@NotBlank
@Size(min = ValidationConstraints.MIN_PASSWORD_LENGTH, max = ValidationConstraints.MAX_PASSWORD_LENGTH)
@Pattern(regexp = USER_PASSWORD_REGEXP)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [reviewdog] reported by reviewdog 🐶
Annotation 'Pattern' have incorrect indentation level 2, expected level should be 1.

@grabsefx grabsefx merged commit 2d955f8 into rc/5.13.5 Feb 20, 2025
4 of 5 checks passed
@grabsefx grabsefx deleted the EPMRPP-88766-password-pattern branch February 20, 2025 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants