On Jun 28, 2:51 am, Guyren G Howe <[email protected]> wrote: > Google isn't helping me here: I'm looking for the simplest way to a > reasonably full-featured account signup process (enter > name, email, etc; send validating email; do password recovery, etc) with TG > 2.1.
Does the code that generated when you quickstart an app and say "yes" to the "do you want user authentication" question work for you? That code interacts with repoze.who <http://turbogears.org/2.0/docs/main/ Auth/Authentication.html>. Or repoze.who might be a good starting point to add what you want: add stuff to that and talk to that project about getting it put back in. > > For that matter, I can't find much in the way of "TurboGears recipes" at all. > Are there any good collections of these > I could look at? I'm trying to collect a bunch of Turbogears 2 recipes / examples in a Google Doc, both to gauge interest and to work around the "where do we put it on the official site, especially since it's in a bit of flux" problem. http://spreadsheets.google.com/ccc?key=0Ag2v-YVLwA3SdE5zOFQtb0hUMUZ5N1lEUnNnVlR6M0E&hl=en#gid=0 If you find any more please add them! Hope this helps, _Ryan Wilcox -- 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.

