ottoka commented on a change in pull request #753:
URL: https://github.com/apache/james-project/pull/753#discussion_r756654239
##########
File path:
server/apps/distributed-app/docs/modules/ROOT/pages/configure/usersrepository.adoc
##########
@@ -39,6 +39,12 @@ acting on the behalf of any user.
| verifyFailureDelay
| Delay after a failed authentication attempt with an invalid user name or
password. Duration string defaulting to seconds, e.g. `2`, `2s`, `2000ms`.
Default `0s` (disabled).
+| algorithm
+| use a specific hash algorithm to compute passwords, with optional mode
`plain` (default) or `salted`; e.g. `SHA-512` (default), `SHA-512/plain`,
`SHA-512/salted`
Review comment:
Opps, it is supposed to be just `SHA-512` (i.e. `plain`) for
consistency. Since it was the default before, it should stay the same so it
does not mess up peoples existing installations. Will fix it.
But I agree that it should be `SHA-512/slated` in the sample config files,
for people starting a fresh installation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]