See 
http://web2py.com/books/default/chapter/29/09/access-control#Customizing-Auth 
for the fields that are required.

On Sunday, June 1, 2014 10:23:47 AM UTC-4, zahar wrote:
>
>
> Is it possible for auth_user table to consist of username & password only 
> apart for the auto generated id.
>
> In my situation the username which can be set by 
> auth.define_tables(username=True), but the other fields in the auth_user 
> table is not required. The reason is that I only need to dump the username 
> (the student id) and their password (crypt and salted) from another table 
> to auth_user table, so as not to reinvent the wheel.
>
>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to