Skip to content

Commit 06aa336

Browse files
desmond-silveiraSteve Riesenberg
authored and
Steve Riesenberg
committed
"Well-Know" should be "Well-Known"
1 parent 7c77516 commit 06aa336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/features/authentication/password-storage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ XML Configuration requires the `NoOpPasswordEncoder` bean name to be `passwordEn
495495

496496
Most applications that allow a user to specify a password also require a feature for updating that password.
497497

498-
https://w3c.github.io/webappsec-change-password-url/[A Well-Know URL for Changing Passwords] indicates a mechanism by which password managers can discover the password update endpoint for a given application.
498+
https://w3c.github.io/webappsec-change-password-url/[A Well-Known URL for Changing Passwords] indicates a mechanism by which password managers can discover the password update endpoint for a given application.
499499

500500
You can configure Spring Security to provide this discovery endpoint.
501501
For example, if the change password endpoint in your application is `/change-password`, then you can configure Spring Security like so:

0 commit comments

Comments
 (0)