X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/chopwood/blobdiff_plain/7405b0d4150bd34218bdb27549005a1950fa2b17..a4a97b6b268cec0f0c468fdc4700b17092bc3ba5:/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']