actually, it has been fixed already https://github.com/web2py/web2py/commit/9ce1cde6caa23e24565beeec49f7b9a10f1833fb
Try to use the trunk version for the time being. On Sunday, September 30, 2012 11:18:52 PM UTC+2, Niphlod wrote: > > and ..... you found a bug! :D ... thanks for reporting, I'll submit a > patch right away. > > On Sunday, September 30, 2012 2:28:53 PM UTC+2, Don_X wrote: >> >> Thank you Niphlod >> >> Oupss .... Niphlod .... >> >> it does not work >> >> ( remember : the fields in question are extra_fields set in the model as : >> auth.settings.extra_fields['auth_user']= [ .... ] >> >> >> to apply your way in the simplest way, I did this and ( I got an error ) >> >> def register(): >> >> db.auth_user.user_adress.writable = True >> db.auth_user.user_city.writable = True >> db.auth_user.user_prov.writable = True >> db.auth_user.user_postalcode.writable = True >> db.auth_user.user_speaks.writable = True >> db.auth_user.more_lang.writable = True >> db.auth_user.user_image.writable = True >> db.auth_user.user_picture.writable = True >> db.auth_user.user_description.writable = True >> db.auth_user.user_soccerstory.writable = True >> >> STEPS = {0: ('Iagreeto','first_name','last_name','email', >> 'email_check','password','sex','birth_date','usertype','user_adress', >> 'user_city','user_prov','user_postalcode','Country'), >> 1: ('user_speaks','more_Lang','user_image','user_picture' >> ,'user_description','user_soccerstory'), # final step >> 2: URL('user',args='profile')} >> (...) >> (...) >> >> >> >> -- >> William James nous dit : '' La plus grande découverte de ma génération >> est que l'être humain peut transformer sa vie simplement en modifiant sa >> maniére de penser.'' >> -------------- >> Le Don X >> > --