The newest one is on http://launchpad.net/t2 I mirror current checkins to http://www.bitbucket.org/yarko/web2py-t2/
where you can get an archive of it. Note: I mirror manually - I check basic operation, and include t2 in web2py mirror also. That means that the mirror is usually up to date w/ launchpad by anywhere from minutes to a day or two. Regards, Yarko On Sat, Dec 6, 2008 at 5:06 PM, pmate <[EMAIL PROTECTED]> wrote: > > I downloaded t2 from > http://mdp.cti.depaul.edu/examples/static/web2py.app.plugin_t2.tar, > called it plugin_t2. > Login, logout work perfect but when i call: > def reset_password(): return t2.reset_password() or > def reset_password(): return dict(form=t2.reset_password()) > i get respectively: > > def reset_password(): return t2.reset_password() > AttributeError: T2 instance has no attribute 'reset_password' > > def reset_password(): return dict(form=t2.reset_password()) > AttributeError: T2 instance has no attribute 'reset_password' > > did i downloaded the wrong t2 file? > > Paolo > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

