mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Polish Username Password Storage wording
Issue gh-7801
This commit is contained in:
parent
c4a0ed0db5
commit
841275e152
@ -1,8 +1,8 @@
|
||||
[[servlet-authentication-unpwd-storage]]
|
||||
= User Storage
|
||||
|
||||
Spring Security's <<servlet-authentication-userdetailsservice,`UserDetailsService`>> allows for storing user information when authenticating with a username/password.
|
||||
`UserDetailsService` is used by Spring Security when it is configured to <<servlet-authentication-unpwd-input,accept a username/password>> for authentication.
|
||||
Spring Security's <<servlet-authentication-userdetailsservice,`UserDetailsService`>> allows for storing user information when authenticating by comparing a username password.
|
||||
A configured `UserDetailsService` is used by Spring Security when it is configured to <<servlet-authentication-unpwd-input,accept a username/password>> for authentication.
|
||||
|
||||
// FIXME: Once it is retrieved it is validated using DaoAuthenticationProvider
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user