Here's the link to the ticket: http://code.google.com/p/web2py/issues/detail?id=1164&thanks=1164&ts=1352926016
On Wednesday, November 14, 2012 6:21:03 AM UTC-8, Massimo Di Pierro wrote: > > Please open a ticket and well' fix this asap. Probably today at the web2py > sprint at PyCon Ar. > > On Monday, 12 November 2012 22:40:14 UTC-6, Mark Li wrote: >> >> I am currently using auth.profile() for a form where users can update >> their information. I have an 'upload' field for images, and a computed >> field that creates a thumbnail of the previous field. >> >> When the user hits 'save profile', auth.user is updated only for the >> original 'upload' field, not the computed field. Is there anyway to update >> the computed field for auth.user as well (while still using the form >> created by auth.profile)? >> > --

