[web2py] Re: custom auth_user with avatar image, session cannot pickle

2010-05-29 Thread mdipierro
This is related to an old issue on whether form.vars.file when db.table.file.type=='upload' should be a FieldStorage object of the new filename. User Hamdy argued the latter and I the former in order to keep backward compatibility. You proved to us this is a bug because it breaks auth. I now fixe

[web2py] Re: custom auth_user with avatar image, session cannot pickle

2010-05-24 Thread mdipierro
May be a bug. I will check. Massimo On May 24, 11:41 am, selecta wrote: > I am trying to customize auth with > > auth_table = db.define_table( auth.settings.table_user_name, >         Field('first_name', length=128, default='',requires = > IS_NOT_EMPTY(error_message=auth.messages.is_empty)), >