-
Notifications
You must be signed in to change notification settings - Fork 8
Access Denied after 1st unsuccessful login #4
Comments
Actually, this is a combination of Nginx and your web browser. What browser are you using? I checked this on a live installation with Firefox and Chrome and did not have any issues with a bad password. Do you perhaps have some kind of password management extension that continues to send the bad user/pass? Since it's just HTTP authentication, you can always force send the username/password in the URL: http://:@domain.example.tld/p/a/t/h |
Ok, looked into it a little bit more... Actually i get a "500 internal server error" and the following output in nginx-error log:
Maybe trouble with the spore-version? Installed rocks:lpeg lua-spore luajson luasec luasocket |
Yes, it is likely an issue with the latest version of lua-Spore. I've checked our production and staging installation configurations, and everything is pinned at 0.2.1-1:
I will try updating this on our testing environments, and see if I get the same error. If I do, then I'll (in due time) fix whatever compatibility issue that got introduced. |
thx for looking into it.. are all lua-packages on 0.2.1-1 ? Or can you post the output of "luarocks list" ? |
The other packages that we have are the same versions as what you listed, which is why I didn't bother pasting:
|
Ok, Downgrading the packages seems to fix at least the internal server error. But i still get only a single login prompt. If i enter the correct credentials it works. If i enter sth else i directly get a 403 without the possibility to reenter. And there is no extension whatsoever loaded in chrome-incognito.. Using http://user:pass@.. works. |
I'll look into it. For what it's worth, we're using nginx on debian stable (wheezy). |
Hi,
i am not sure if this is a problem with the script or with my crowd-instance, but if i enter the wrong password, access is denied and i don't get the Login-Prompt again until a browser restart/cache clean.
The text was updated successfully, but these errors were encountered: