summaryrefslogtreecommitdiff
path: root/src/mailman/docs/NEWS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/docs/NEWS.rst')
-rw-r--r--src/mailman/docs/NEWS.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index c0a94ab0d..aad8f37ff 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -53,6 +53,10 @@ REST
address does not change its `.verified_on` date. (LP: #1054730)
* Deleting a user through the REST API also deletes all the user's linked
addresses and memberships. (LP: #1074374)
+ * A user's password can be verified by POSTing to .../user/<id>/login. The
+ data must contain a single parameter `cleartext_password` and if this
+ matches, a 204 (No Content) will be returned, otherwise a 403 (Forbidden)
+ is returned. (LP: #1065447)
Configuration
-------------