you can try..
def user():
if request.args(0)=='register' and not auth.user:
redirect('some_error_page')
return dict(form=auth())
On Jun 3, 9:31 am, ceriox <[email protected]> wrote:
> hi
> how i can permit the registration of new user (auth system) only for
> refistered user?

