[web2py] Re: Err on request_reset_password

2011-05-31 Thread pbreit
I think I might know what the problem is. I recently switched mailers and I suspect I'm hitting this: if not self.settings.mailer: response.flash = self.messages.function_disabled return '' Should/could this raise a more descriptive error?

[web2py] Re: Err on request_reset_password

2011-05-31 Thread pbreit
Also, the error is on this line: {{=form.custom.begin}}

[web2py] Re: Err on request_reset_password

2011-05-31 Thread pbreit
Note that I am using a custom form. I have been trying different changesets but can't seem to pinpoint the problem in my code or web2py. {{elif request.args(0)=='request_reset_password':}} Reset Password {{=form.custom.begin}} Email: {{=form.custom.widget.email}