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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to