-
Notifications
You must be signed in to change notification settings - Fork 6k
InMemoryUserDetailsManager: consider improving the error message when no PasswordEncoding has been specified #14880
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
Labels
Milestone
Comments
Hi! Could I work on this issue please? I'm looking for my first contribution and this seems like it could be good to start with. Thanks 😀 |
abimael-turing
pushed a commit
to abimael-turing/spring-security
that referenced
this issue
Apr 24, 2024
abimael-turing
pushed a commit
to abimael-turing/spring-security
that referenced
this issue
Apr 25, 2024
jzheaux
pushed a commit
to abimael-turing/spring-security
that referenced
this issue
Apr 26, 2024
bottlerocketjonny
added a commit
to bottlerocketjonny/spring-security
that referenced
this issue
Sep 7, 2024
Issue spring-projectsgh-14880 Signed-off-by: Jonny Coddington <[email protected]>
jzheaux
pushed a commit
to bottlerocketjonny/spring-security
that referenced
this issue
Sep 17, 2024
Closes spring-projectsgh-14880 Signed-off-by: Jonny Coddington <[email protected]>
jzheaux
pushed a commit
that referenced
this issue
Sep 17, 2024
Closes gh-14880 Signed-off-by: Jonny Coddington <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Expected Behavior
For my testing environment, I have specified a user in memory as shown below. Per the documentation, it is not expected to work because there is no password encoding and I did not specify the prefix {noop} in my password.
It would be great to have an error message such as:
Current Behavior
We currently have this error message:
To be honest, it took me a while to figure out what was happening and I'm sure it would help other users if the message could be more specific.
Context
Thanks a lot for the great work!
The text was updated successfully, but these errors were encountered: