You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/09/29 14:15:06 UTC

[couchdb-documentation] 01/02: add password regexp to 3.2 notes

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 4f00da0b0cedf63ebf391e43b1a56bb36f7d0f96
Author: Christopher Astfalk <ch...@icloud.com>
AuthorDate: Tue Sep 28 21:06:35 2021 +0200

    add password regexp to 3.2 notes
---
 src/whatsnew/3.2.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/whatsnew/3.2.rst b/src/whatsnew/3.2.rst
index a10f172..04f20c6 100644
--- a/src/whatsnew/3.2.rst
+++ b/src/whatsnew/3.2.rst
@@ -113,6 +113,9 @@ Features and Enhancements
   which can include various characters previously not allowed to be included
   in the url info part of endpoint urls.
 
+* :ghissue:`3483`: We added a way of specifying requirements for new user passwords
+  using a list of regexp.
+
 * :ghissue:`3506`, :ghissue:`3416`, :ghissue:`3377`: CouchDB now provides a Prometheus
   compatible endpoint at ``GET /_node/{node-name}/_prometheus``. A configuration option
   allows for scraping via a different port (17986) that does not require authentication,