summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2012-12-26 18:55:45 -0500
committerBarry Warsaw2012-12-26 18:55:45 -0500
commit8c8f2aebc58bdfca948e5dc01bcf6d27a5d09f6e (patch)
tree5f664bf416a375d559a918d8267eaa1b0732bbe5 /src/mailman/docs
parenta492c67e0e9077f95aab3fc371025f9ce0e78d19 (diff)
downloadmailman-8c8f2aebc58bdfca948e5dc01bcf6d27a5d09f6e.tar.gz
mailman-8c8f2aebc58bdfca948e5dc01bcf6d27a5d09f6e.tar.zst
mailman-8c8f2aebc58bdfca948e5dc01bcf6d27a5d09f6e.zip
* 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)
Diffstat (limited to 'src/mailman/docs')
-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
-------------