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