[web2py] Forgot Password not working?

2016-12-02 Thread Robert Porter
I get this error when trying "Forgot Password": tools.py:808 - Mail.send failure:coercing to Unicode: need string or buffer, lazyT found This is running on GAE locally. It works fine for a welcome email and for "Lost Username". -- Resources: - http://web2py.com - http://web2py.com/book (Docu

[web2py] forgot password not working

2013-12-23 Thread Bastiaan van der Veen
I use usernames with my auth table, but the forgot password function stopped working. When I enter a username that does not exist, I get a validation error(the red bar under the field saying 'Invalid Username'). But when I enter a username that does exist, I get no validation error, but the fla

[web2py] forgot password not working anymore

2013-12-23 Thread Bastiaan van der Veen
I have auth table with username and when I try forgot password the function fails. When I enter a non existing username, the validator says Invalid username. But when I enter a existing username the flash is shown with "Invalid username" but the field validates fine and the email is not being s

[web2py] forgot password not working anymore

2013-12-23 Thread Bastiaan van der Veen
I have a problem with forgot password. When I enter a username that does not exist, I get the red bar validator under the field saying "Invalid username", so that functions correct. But when I enter a username that does exist, I get no validation error and the flash message says "Invalid usernam