Skip to content

Commit c18aff7

Browse files
committed
Password4j docs 1 sentence per line
The Antora documentation convention is to use a single sentence per line as this helps with diffing and merging changes. Issue gh-17706
1 parent b2d4c52 commit c18aff7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,11 @@ However, there are no plans to remove them, since it is difficult to migrate exi
466466
[[authentication-password-storage-password4j]]
467467
== Password4j-based Password Encoders
468468

469-
Spring Security 7.0 introduces alternative password encoder implementations based on the https://github.com/Password4j/password4j[Password4j] library. These encoders provide additional options for popular hashing algorithms and can be used as alternatives to the existing Spring Security implementations.
469+
Spring Security 7.0 introduces alternative password encoder implementations based on the https://github.com/Password4j/password4j[Password4j] library.
470+
These encoders provide additional options for popular hashing algorithms and can be used as alternatives to the existing Spring Security implementations.
470471

471-
The Password4j library is a Java cryptographic library that focuses on password hashing with support for multiple algorithms. These encoders are particularly useful when you need specific algorithm configurations or want to leverage Password4j's optimizations.
472+
The Password4j library is a Java cryptographic library that focuses on password hashing with support for multiple algorithms.
473+
These encoders are particularly useful when you need specific algorithm configurations or want to leverage Password4j's optimizations.
472474

473475
All Password4j-based encoders are thread-safe and can be shared across multiple threads.
474476

0 commit comments

Comments
 (0)