diff --git a/management/templates/users.html b/management/templates/users.html index dd2fefbe..31e848fd 100644 --- a/management/templates/users.html +++ b/management/templates/users.html @@ -117,10 +117,24 @@
| Verb | Action | |
|---|---|---|
| GET | (none) | Returns a list of existing mail users. Adding ?format=jsonto the URL will give JSON-encoded results. | 
| POST | /add | Adds a new mail user. Required POST-body parameters are emailandpassword. | 
| POST+ | /add+ | Adds a new mail user. Required POST-body parameters are +emailandpassword. Optional parameters:privilege=adminandquota | 
| POST | /remove | Removes a mail user. Required POST-by parameter is email. | 
| POST | /privileges/add | Used to make a mail user an admin. Required POST-body parameters are emailandprivilege=admin. | 
| POST | /privileges/remove | Used to remove the admin privilege from a mail user. Required POST-body parameter is email. | 
| GET+ | /quota+ | Get the quota for a mail user. Required POST-body parameters are +emailand will return JSON result | 
| POST+ | /quota+ | Set the quota for a mail user. Required POST-body parameters are +emailandquota. |