On Dec 26, 12:09 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > The Identity component is powerful. If I had **simple** needs then it > is possible to make an adequate login/password system with HTML and > HTTPS right? > > There is nothing wrong with this idea right?
I think that you could achieve most of what you need just by having an is_logged_in attribute in the user's session, which you set when they enter the correct credentials on your login page. Then you can just check that before showing certain features, or wrap it in a very simple decorator to protect entire methods. -- Ben Sizer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

