Not sure how to report this so posting here, please let me know if there is a separate bug tracking system.
Just upgraded an existing web2py installation to 2.8.2-stable+timestamp.2013.11.28.13.54.07 using the 'Check for upgrades' button in Admin. Works fine so far except request_reset_password kept saying 'Invalid username'. I had to do this in gluon/tools.py to fix it: 2918c2918 < user = table_user(**{userfield:form.vars.email}) --- > user = table_user(**{userfield:form.vars[userfield]}) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.