Skip to content
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

change the method for the password's minLength #6953

Merged
merged 1 commit into from Mar 30, 2023

Conversation

alexarobu
Copy link
Contributor

change the method for the password's minLength to be max so if a bigger value than 6 is retrieved from "system.security.passwordEnforcement.minLength" this is taken into account. previously this was set to min, so if you wanted the user to have a password with a minimum length bigger than 6 you had to make code changes. also added a comment to highlight this.

…ger value than 6 is retrieved from "system.security.passwordEnforcement.minLength" this is taken into account
Copy link
Member

@josegar74 josegar74 left a comment

Choose a reason for hiding this comment

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

Tested, works fine.

Thanks for the contribution.

@josegar74 josegar74 added this to the 4.2.4 milestone Mar 30, 2023
@josegar74 josegar74 merged commit 159d82b into geonetwork:main Mar 30, 2023
6 checks passed
josegar74 pushed a commit that referenced this pull request Mar 30, 2023
…a bigger value than 6 is retrieved from "system.security.passwordEnforcement.minLength" this is taken into account (#6953)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants