I've been experiencing problems since I've updated trac (Well I think they started around then), the built-in authentication still works however both my custom auth for AccountManager and the built in HtPasswd? store fail to login.
I added debug output to my own custom "bridge" and the user is found, and the passwords match, yet I get an incorrect username and/or password error.
This happens with multiple trac installs that also use the HtPasswd? store, so I'm kind of confused as what this can be.
Trac is running in WSGI mode behind an NGINX HTTPd.
The problem might be specific to me because I can't find anything about it, but I can't really think of anything that it might be that I haven't checked.
So is there any way to get better details on what's going on, because even debug logging doesn't give much. And are there known cases of this problem?