> > It always goes to the default web2py user/register
What do you mean by it always goes to user/register? Are you talking about the "Register" link in the navbar? If so, yes, the navbar assumes the default setup whereby you have a single user function (though it doesn't have to be called "user") that routes to the appropriate action based on the first URL arg. If you don't want that setup, then you'll have to create your own custom navbar. Anthony --

