APAF icon indicating copy to clipboard operation
APAF copied to clipboard

If login with password fail I get a confusing login prompt

Open hellais opened this issue 11 years ago • 0 comments

If login with password fails I get sent the WWW-Authenticate headers and I get prompted to login with username and password.

I believe this has to do with the use of the web.authenticated cyclone decorator that does this automatically.

We should disable the ability to login via WWW-Authenticate HTTP headers, but only do so via FORMs.

hellais avatar Nov 21 '12 11:11 hellais