diff options
| author | Barry Warsaw | 2015-02-09 19:41:46 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2015-02-09 19:41:46 -0500 |
| commit | 68c6596d7d280be39809f958a4ceac430e324cd6 (patch) | |
| tree | bf93dc8ee8dd70fbd35dd2fa893ff639b1413aee /src/mailman/docs | |
| parent | aac7d6421ba84d45c73de37dc2acde3175d716b8 (diff) | |
| download | mailman-68c6596d7d280be39809f958a4ceac430e324cd6.tar.gz mailman-68c6596d7d280be39809f958a4ceac430e324cd6.tar.zst mailman-68c6596d7d280be39809f958a4ceac430e324cd6.zip | |
* When deleting a user via REST, make sure all linked addresses are deleted.
Found by Andrew Stuart. (LP: #1419519)
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 600b9f151..4cc5fc2e3 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -19,6 +19,8 @@ Bugs * When creating a user with an email address, do not create the user record if the email address already exists. Given by Andrew Stuart. (LP: #1418280) + * When deleting a user via REST, make sure all linked addresses are deleted. + Found by Andrew Stuart. (LP: #1419519) Configuration ------------- |
