I believe you should still be able to create a registration form explicitly 
via auth.register() (though please try it to confirm). However, if you use 
something like the default user action:

def user():
    return dict(form=auth())

and call it with a URL like /myapp/default/user/register, it will not 
generate a register form (because the register action was disabled).

Anthony

On Sunday, July 6, 2014 3:02:48 AM UTC-4, Alex Glaros wrote:
>
> Thanks Anthony,
>>
>
> "Register" now doesn't appear in dropdown, but can you simplify 
> description of what functionality is lost?  If the "register" action is 
> needed, how can it be restored while still suppressing the word "register" 
> in the dropdown?
>
>  If that is not possible, where an how can dropdown link be redirected to 
> my own custom registration form? (Different types of users have different 
> registration forms, e.g., citizen has one, government organization has 
> another, NGO, has another registration form.)
>
> thanks
>
> Alex
>

-- 
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