You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/migration/index.adoc
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -126,9 +126,9 @@ fun passwordEncoder(): PasswordEncoder {
126
126
----
127
127
====
128
128
129
-
==== Use `DelegatedPasswordEncoder`
129
+
==== Use `DelegatingPasswordEncoder`
130
130
131
-
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`.
131
+
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`.
132
132
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
211
----
212
212
====
213
213
214
-
==== Use `DelegatedPasswordEncoder`
214
+
==== Use `DelegatingPasswordEncoder`
215
215
216
-
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`.
216
+
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`.
217
217
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
296
----
297
297
====
298
298
299
-
==== Use `DelegatedPasswordEncoder`
299
+
==== Use `DelegatingPasswordEncoder`
300
300
301
-
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`.
301
+
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`.
302
302
The following code configures the delegating encoder to detect passwords that are using `current` and replace them with the latest:
0 commit comments