http://code.google.com/p/web2py/source/browse/gluon/tools.py At line 1866 of gluon/tools.py you will find:
if not self.settings.mailer: response.flash = self.messages.function_disabled return '' which means you will need to enable mail to get this working. Richard On Jun 26, 6:59 am, elfuego1 <elfue...@gmail.com> wrote: > Hello, > > I try to enable "request_reset_password" function but every time I > enter this > page:http://127.0.0.1:8000/project/default/user/request_reset_passwordI > receive message that the function is disabled. > > Can you please tell me what should I do and where to get it working? > > Thank you in advance, > Andrew.