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

Improve PasswordEncoder Error Messaging #14951

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

abimael-turing
Copy link

This closes gh-14880

#14880

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 24, 2024
@jzheaux jzheaux changed the title closes gh-14880 Improve PasswordEncoder Error Messaging Apr 25, 2024
Copy link
Contributor

@jzheaux jzheaux left a comment

Choose a reason for hiding this comment

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

Thanks, @abimael-turing! In addition to my inline feedback, will you please also update your commit to include a title? Like so:

Improve PasswordEncoder Error Messaging

Closes gh-14880

And, if it's not too much trouble, will you please rebase on 5.8.x and then I'll make sure your change goes out on all the release versions?

@jzheaux jzheaux self-assigned this Apr 25, 2024
@abimael-turing abimael-turing requested a review from jzheaux April 26, 2024 20:59
@jzheaux
Copy link
Contributor

jzheaux commented Apr 26, 2024

Thanks, @abimael-turing! Are you able to rebase off of 5.8.x and then squash your commits? This will simplify merging and forward porting to all the releases.

@jzheaux jzheaux changed the base branch from main to 5.8.x April 26, 2024 23:01
@jzheaux jzheaux merged commit 3b9991f into spring-projects:5.8.x Apr 26, 2024
3 checks passed
@jzheaux jzheaux added this to the 5.8.13 milestone Apr 26, 2024
@jzheaux jzheaux added in: core An issue in spring-security-core type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core An issue in spring-security-core type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InMemoryUserDetailsManager: consider improving the error message when no PasswordEncoding has been specified
4 participants