X-Git-Url: https://git.distorted.org.uk/~mdw/chopwood/blobdiff_plain/76ee7d4f64bc1f20013f44c8045cd708ef0b9641..9e574017f801c1bb4b5d4856e988b892d90246a2:/httpauth.py diff --git a/httpauth.py b/httpauth.py index 383bdb1..7fdc687 100644 --- a/httpauth.py +++ b/httpauth.py @@ -332,6 +332,7 @@ def cmd_login(why = None): @CGI.subcommand( 'auth', ['cgi-noauth'], 'Verify a user name and password', + methods = ['POST'], params = [SC.Arg('u'), SC.Arg('pw')]) def cmd_auth(u, pw): svc = S.SERVICES['master']