This is something I'd really like to be able to implement too, but just never got around to really having a go.
Searching on this list reveals quite a few people are after this: http://groups.google.com/group/turbogears/search?hl=en&group=turbogears&q=%22remember+me%22&qt_g=Search+this+group I think it could be done by adding a new "identity_from_<blah>" method to the IdentityProvider class (from memory so that might not be the right names), which looks for a "remember me" cookie and then associates the current visit with the remembered user. This could probably be achieved with a bit of careful monkey patching. As it's adding a single new method it shouldn't be too invasive. I haven't tried it myself yet though... It would be nice to finally have a proper solution to this common request though. Anyone else got any thoughts? On Dec 3, 4:40 am, Yuen Ho Wong <[EMAIL PROTECTED]> wrote: > Hi Tgers, > > I was just wondering how I should implement persistent logins in the > context of TG. Ideally I'd like to do something like this: > > http://fishbowl.pastiche.org/2004/01/19/persistent_login_cookie_best_...http://jaspan.com/improved_persistent_login_cookie_best_practice > > It would also help if someone can explain to me how the visit and > identity framework work together, I'm utterly confused by the source > code as I'm still quite new to Python the TG. > > Thanks a lot > > Yuen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

