Skip to content

Commit 841275e

Browse files
committed
Polish Username Password Storage wording
Issue gh-7801
1 parent c4a0ed0 commit 841275e

File tree

1 file changed

+2
-2
lines changed
  • docs/manual/src/docs/asciidoc/_includes/servlet/authentication/unpwd/storage

1 file changed

+2
-2
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/authentication/unpwd/storage/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[[servlet-authentication-unpwd-storage]]
22
= User Storage
33

4-
Spring Security's <<servlet-authentication-userdetailsservice,`UserDetailsService`>> allows for storing user information when authenticating with a username/password.
5-
`UserDetailsService` is used by Spring Security when it is configured to <<servlet-authentication-unpwd-input,accept a username/password>> for authentication.
4+
Spring Security's <<servlet-authentication-userdetailsservice,`UserDetailsService`>> allows for storing user information when authenticating by comparing a username password.
5+
A configured `UserDetailsService` is used by Spring Security when it is configured to <<servlet-authentication-unpwd-input,accept a username/password>> for authentication.
66

77
// FIXME: Once it is retrieved it is validated using DaoAuthenticationProvider
88

0 commit comments

Comments
 (0)