[web2py] How to customise the reset password function

2011-09-03 Thread Dave H
Hi, I'd like to customise the "reset password" part of the authentication module. At the moment, it tells you if you have entered an incorrect email address, and doesn't in fact try to send the email unless the user is found in the database. I'd like to change it so that if a valid email address is

[web2py] Re: How to customise the reset password function

2011-09-07 Thread Dave H
'login')) >     return dict(form=form) > > Anthony > > > > > > > > On Saturday, September 3, 2011 12:55:56 PM UTC-4, Dave H wrote: > > > Hi, I'd like to customise the "reset password" part of the > > authentication module. At

[web2py] Re: How to customise the reset password function

2011-09-08 Thread Dave H
> > > On Wednesday, September 7, 2011 9:59:13 AM UTC-4, Dave H wrote: > > > Thanks for your replies - I've decided to roll my own in the end, as I > > also need to scope the user lookup inside an account. It's not too > > complicated to adapt the code in the