I'm getting an error on request_reset_password.
Traceback (most recent call last):
File "/Users/pbreit/web2py/gluon/restricted.py", line 184, in restricted
exec ccode in environment
File "/Users/pbreit/web2py/applications/init/views/default/user.html", line
160, in <module>
AttributeError: 'str' object has no attribute 'custom'The form is not getting generated. From "locals": form: '' I'm not sure when the problem started. One changeset that is experiencing it is f328ec96be32.

