Yes, that is correct. I added extra fields using the auth.settings.extra_fields['']. So the table is able to support the extra ones I need. My issue is more so with making sure that when logging with the linkedin API. I need to be sure to get the rest of the information from the API, such as the public-url, and then map those to the correct extra fields which where set by myself in the auth.users table.
On Tuesday, May 12, 2015 at 5:56:58 PM UTC-4, 黄祥 wrote: > > had you modified the auth_users table? > > ref: > > http://web2py.com/books/default/chapter/29/09/access-control#Customizing-Auth > > best regards, > stifan > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

