Re: vanilla login_required decorator not strict enough to rely on?

2008-07-16 Thread Egon Esser
Right now I'd just like to know if there is anyone at all anymore that wrote a custom/extended login_required decorator and what type of extension and the exact need for it (motivation) was. Thx, folks! --~--~-~--~~~---~--~~ You received this message because you

vanilla login_required decorator not strict enough to rely on?

2008-07-09 Thread Egon Esser
Hi all, I have spent some weeks on Django in my spare time now. In the docs and in most of the code (examples) I have seen, relying solely on request.user.is_authenticated seems to be the word. However, lately this once happened onto me: I logged a user out of my site and for testing purposes,