* A user's password can be verified by POSTing to .../user/<id>/login. The
commit8c8f2aebc58bdfca948e5dc01bcf6d27a5d09f6e
authorBarry Warsaw <barry@list.org>
Wed, 26 Dec 2012 23:55:45 +0000 (26 18:55 -0500)
committerBarry Warsaw <barry@list.org>
Wed, 26 Dec 2012 23:55:45 +0000 (26 18:55 -0500)
tree5f664bf416a375d559a918d8267eaa1b0732bbe5
parenta492c67e0e9077f95aab3fc371025f9ce0e78d19
 * 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)
src/mailman/docs/NEWS.rst
src/mailman/rest/docs/users.rst
src/mailman/rest/tests/test_users.py
src/mailman/rest/users.py
src/mailman/testing/passlib.cfg
src/mailman/utilities/passwords.py