From 40b21c466d11ab4fd25d7345693bcb5131d5c0cf Mon Sep 17 00:00:00 2001 From: Michael Becker <7737034+elbakerino@users.noreply.github.com> Date: Tue, 14 Apr 2020 04:10:52 +0200 Subject: [PATCH] Fypo fix in users.html (#1748) --- management/templates/users.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/templates/users.html b/management/templates/users.html index dee79d42..78fef61a 100644 --- a/management/templates/users.html +++ b/management/templates/users.html @@ -99,7 +99,7 @@ Verb Action GET(none) Returns a list of existing mail users. Adding ?format=json to the URL will give JSON-encoded results. POST/add Adds a new mail user. Required POST-body parameters are email and password. -POST/remove Removes a mail user. Required POST-by parameter is email. +POST/remove Removes a mail user. Required POST-body parameter is email. POST/privileges/add Used to make a mail user an admin. Required POST-body parameters are email and privilege=admin. POST/privileges/remove Used to remove the admin privilege from a mail user. Required POST-body parameter is email.