Re: User/request.user confusion

2006-11-12 Thread [EMAIL PROTECTED]
Thanks, I'll try updating. I think there's been some pagination changes I want to try anyway. And I apologize for my overuse of the word "serious" in my preceeding post. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

Re: Re: User/request.user confusion

2006-11-11 Thread James Bennett
On 11/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > For me at least, something is seriously hosed with authentication. There's a chance you could be running into the LazyUser caching bug, which was fixed two months ago but might affect you if you're running on an old checkout: http://cod

Re: User/request.user confusion

2006-11-11 Thread [EMAIL PROTECTED]
Anyone??? I've got a real serious problem here, with people being logged in as other people, with full rights and permissions. There's been at least three people so far logged in as Admin. Seriously not good. For me at least, something is seriously hosed with authentication. --~--~-~--~

Re: User/request.user confusion

2006-11-10 Thread [EMAIL PROTECTED]
Shoulda mentioned that... I've got NO caching on. I did have it on, but turned it off when I ran into similar issues, until I can remember to look into view-by-view caching. Anyways, no caching. And they ARE logged in as the other person, complete with all rights that person has. Scary. --~--~

Re: User/request.user confusion

2006-11-09 Thread James Bennett
On 11/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm sure I've seen a discussion on this recently, but I can't find it > now... I've got users that are coming to the site and it's seeing them > as already logged in... as other users. One person even had the site > think they were me and

User/request.user confusion

2006-11-09 Thread [EMAIL PROTECTED]
I'm sure I've seen a discussion on this recently, but I can't find it now... I've got users that are coming to the site and it's seeing them as already logged in... as other users. One person even had the site think they were me and given admin privileges. Something must be wrong with request.use