http://web2py.com/book/default/chapter/08
please add an 's' to
auth.setting.extra_fields['auth_user']= [
Field('address'),
Field('city'),
Field('zip'),
Field('phone')]
should be
auth.settings
http://web2py.com/book/default/chapter/08
please add an 's' to
auth.setting.extra_fields['auth_user']= [
Field('address'),
Field('city'),
Field('zip'),
Field('phone')]
should be
auth.settings