Переглянути джерело

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
Rob Winch 2 тижнів тому
батько
коміт
c18aff7f5f

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

@@ -466,9 +466,11 @@ However, there are no plans to remove them, since it is difficult to migrate exi
 [[authentication-password-storage-password4j]]
 == Password4j-based Password Encoders
 
-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.
+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.
 
-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.
+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.
 
 All Password4j-based encoders are thread-safe and can be shared across multiple threads.