Skip to content

Commit e306482

Browse files
artmiareleftherias
authored andcommitted
Fix description of PasswordEncoder
1 parent f639e17 commit e306482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/architecture/core-services.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Configuring the provider is quite simple:
7878
----
7979

8080
The `PasswordEncoder` is optional.
81-
A `PasswordEncoder` provides encoding and decoding of passwords presented in the `UserDetails` object that is returned from the configured `UserDetailsService`.
81+
A `PasswordEncoder` provides encoding and matching of encoded passwords presented in the `UserDetails` object that is returned from the configured `UserDetailsService`.
8282
This will be discussed in more detail <<core-services-password-encoding,below>>.
8383

8484

0 commit comments

Comments
 (0)