I want to make a form with four(4) fields from one of my tables and four(4) fields from auth_user, BUT I want to register the user at the same time. [from auth.user: name, last, email, pass]
I know how to make a form with both and put the info on each table. My questions: 1) If I use the above method, does the user is registered and all the other utilities work for him/her? (forgot password, login, logout, etc) 2) if not, how can I make a form with my table and using register() with only one submit? I want to emulate (copy) the register form from unfuddle dot com. Gracias.... -- 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/groups/opt_out.

