big-r81 commented on code in PR #5374:
URL: https://github.com/apache/couchdb/pull/5374#discussion_r1900474153
##########
src/docs/src/config/auth.rst:
##########
@@ -564,13 +564,13 @@ Authentication Configuration
.. config:option:: mode :: lockout mode
- When set to ``off`` (the default), CouchDB will not track repeated
+ When set to ``off``, CouchDB will not track repeated
authentication failures.
When set to ``warn``, CouchDB will log a warning when repeated
authentication failures occur for a specific user and client IP
address.
- When set to ``enforce``, CouchDB will will reject requests with a
+ When set to ``enforce`` (the default), CouchDB will will reject
requests with a
Review Comment:
Thx, good catch!
--
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]