~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to src/mailman/docs/NEWS.rst

  • Committer: Barry Warsaw
  • Date: 2012-09-22 21:13:13 UTC
  • Revision ID: barry@list.org-20120922211313-pzaahwq3glfalj6p
 * You can now verify and unverify an email address through the REST API.
   POST to .../addresses/<email>/verify and .../addresses/<email>/unverify
   respectively.  The POST data is ignored.  It is not an error to verify or
   unverify an address more than once, but verifying an already verified
   address does not change its `.verified_on` date.  (LP: #1054730)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 * You can now PUT and PATCH on user resources to change the user's display
24
24
   name or password.  For passwords, you pass in the clear text password and
25
25
   Mailman will hash it before storing.
 
26
 * You can now verify and unverify an email address through the REST API.
 
27
   POST to .../addresses/<email>/verify and .../addresses/<email>/unverify
 
28
   respectively.  The POST data is ignored.  It is not an error to verify or
 
29
   unverify an address more than once, but verifying an already verified
 
30
   address does not change its `.verified_on` date.  (LP: #1054730)
26
31
 
27
32
 
28
33
3.0 beta 2 -- "Freeze"