if you look in the t3 controllers/default.py it has: def password(): return dict(form=t2.reset_password(sender=settings.email_sender))
On Sat, Dec 6, 2008 at 4: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 -~----------~----~----~----~------~----~------~--~---

