Hi. You can implement "remember me" functionality both unconditionally and conditionally (e.g., when the user wants to). The unconditional way is supported out-of-the-box in newer versions of repoze.what-quickstart.
The conditional one is a bit more complex. Here's my response to an email I received requesting this: ==== repoze.who-friendlyform is not in charge of remembering the user. This is why it uses a proper "rememberer" internally -- friendlyform doesn't read/set cookies. The place where this should be implemented is in the rememberer used by friendlyform. So, you can either propose a patch for auth_tkt in repoze.who or extend friendly form like this: http://pastebin.com/f7a0abe24 But I'd recommend the first option (fixing it in auth_tkt). ==== HTH, - Gustavo. On Mar 1, 9:03 pm, pk1024 <[email protected]> wrote: > I have been going through the group and it looks like the issue with > not being able to have a session perist beyond the browser being > closed was addressed in a patch. However I am not sure how to apply > said patch. Not only that I think its for an earlier version. I > currently have of repoze.who-1.0.15. > > Thanks for any assitance anyone can provide. Looking at the change log > It looks ilke the newest 1.0 version has the fix (i think) but I can't > figure out how to get easy_install to install a specific version only > the most recent a 2.X which breaks everything. > > I tried the repoze website thinking the download section would have it > but again I can't find specific versions only docs for specific > versions. > > TIA, > Paul Kraus -- 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.

