Subject: | Please parametrize login form HTTP method |
The login_box method provides a canned form which is very customizable
except one thing, the HTTP method which is hardcoded to GET. I wanted
to use POST so I ended up having to override the whole thing. Can you
please make this another configuration option?