From 65c3862da9a9ec8f2f1888483bfcfb71b6c4e604 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 18 Jan 2018 08:25:52 -0600 Subject: [PATCH] Password Troubleshooting Reference Fix Correct the package to NoOpPasswordEncoder within the reference Fixes: gh-4965 --- docs/manual/src/docs/asciidoc/_includes/password-encoder.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/_includes/password-encoder.adoc b/docs/manual/src/docs/asciidoc/_includes/password-encoder.adoc index 71f8123702..f8bd794abf 100644 --- a/docs/manual/src/docs/asciidoc/_includes/password-encoder.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/password-encoder.adoc @@ -231,7 +231,7 @@ if you are using XML configuration, you can expose a `PasswordEncoder` with the [source,xml] ---- + class="org.springframework.security.crypto.password.NoOpPasswordEncoder" factory-method="getInstance"/> ---- Alternatively, you can prefix all of your passwords with the correct id and continue to use `DelegatingPasswordEncoder`.