Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 1 | -1/+1 | |
2004-11-25 | We have to escape other special characters like '=', so use urllib. | tkikuchi | 1 | -1/+3 | |
2004-10-09 | [ 1030228 ] Mass Subscribe address with control character - can't delete | tkikuchi | 1 | -1/+1 | |
Also, '/' can be used now. | |||||
2004-01-03 | __checkone(): Patch 869644, ignore NotAMemberError that can get raised | bwarsaw | 1 | -2/+5 | |
from AuthContextInfo() when old cookie data is for someone no longer a member of the mailing list. Closes SF bug # 869647. Bug and patch by Stephan Berndts. | |||||
2003-12-26 | Authenticate(): When authenticating AuthUser, wrap the | bwarsaw | 1 | -35/+40 | |
self.authenticateMember() call in a try/except catching and ignoring NotAMemberErrors. The effect of this is that other authcontexts being check will then proceed as normal. This fixes admin login to the private archives, and non-public rosters. Under the old code, if you tried to get into the private archives w/o entering an email address, but using the admin password, you'd be denied access. WebAuthenticate(): Removed the wrapping of .Authenticate() in try/except catching of NotAMemberError, since this should never percolate out now. Also, use True/False everywhere it's appropriate (but not in the cookie code). Original bug and patch by Stephan Berndts. Closes SF bug # 864676 and SF patch # 864674. | |||||
2003-02-08 | Backporting from the trunk. | bwarsaw | 1 | -12/+26 | |