hi, I'm using auth for my authentication.
I have two types of users: buyers and students. Each user type fills in a different (overlapping) set of fields when they register. One user type may, at a future point, register as an additional type. Can I use web2py auth to offer differnt registration fields? say for .../user_b/register & .../user_s/register I've looked into tools.py at register() and, given that it calls SQLForm() without giving a "fields=" parameter I'm jumping ahead and thinking that getting my desired behaviour won't be easy. hoping you can help. Carl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

