@ -126,9 +126,9 @@ fun passwordEncoder(): PasswordEncoder {
@@ -126,9 +126,9 @@ fun passwordEncoder(): PasswordEncoder {
----
====
==== Use `DelegatedPasswordEncoder`
==== Use `DelegatingPasswordEncoder`
Once you are not using the deprecated constructor, the next step is to prepare your code to upgrade to the latest standards by using `DelegatedPasswordEncoder`.
Once you are not using the deprecated constructor, the next step is to prepare your code to upgrade to the latest standards by using `DelegatingPasswordEncoder`.
The following code configures the delegating encoder to detect passwords that are using `current` and replace them with the latest:
@ -211,9 +211,9 @@ fun passwordEncoder(): PasswordEncoder {
@@ -211,9 +211,9 @@ fun passwordEncoder(): PasswordEncoder {
----
====
==== Use `DelegatedPasswordEncoder`
==== Use `DelegatingPasswordEncoder`
Once you are not using the deprecated constructor, the next step is to prepare your code to upgrade to the latest standards by using `DelegatedPasswordEncoder`.
Once you are not using the deprecated constructor, the next step is to prepare your code to upgrade to the latest standards by using `DelegatingPasswordEncoder`.
The following code configures the delegating encoder to detect passwords that are using `current` and replace them with the latest:
@ -296,9 +296,9 @@ fun passwordEncoder(): PasswordEncoder {
@@ -296,9 +296,9 @@ fun passwordEncoder(): PasswordEncoder {
----
====
==== Use `DelegatedPasswordEncoder`
==== Use `DelegatingPasswordEncoder`
Once you are not using the deprecated constructor, the next step is to prepare your code to upgrade to the latest standards by using `DelegatedPasswordEncoder`.
Once you are not using the deprecated constructor, the next step is to prepare your code to upgrade to the latest standards by using `DelegatingPasswordEncoder`.
The following code configures the delegating encoder to detect passwords that are using `current` and replace them with the latest: