summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs/templates.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update welcome template with correct password reset instructionsBritt Gresham2017-05-221-2/+2
| | | | | | | | Before this commit the welcome template included older instructions on how to reset a users password. This commit updates the documentation to reflect the new way of resetting a users password by clicking on a link when logging in.
* Split registration (subscription) and unsubscription:Barry Warsaw2016-09-131-1/+12
| | | | | | | | * events * notices * handlers Also, be sure to do only one `leave` command per email.
* Fix typo. #267Mark Sapiro2016-07-171-1/+1
|
* New template system. Closes #249Barry Warsaw2016-07-161-0/+539
The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details.