auth.register() produces a registration form -- so you could return that to 
the view and use it as is, or use it to generate a custom form layout.

For the other two links, look at the output of auth.navbar() (which is 
included in the header of the 'welcome' app).

See http://web2py.com/book/default/chapter/08#Authentication.

Anthony

On Monday, November 28, 2011 4:51:12 PM UTC-5, Constantine Vasil wrote:
>
> I want to place the standard Register form in my front page.
>
> the front page will have a text Join Us, below the standard Register form 
> plus
> the links to Forgot your username? Forgot your password? :
>
> How to do that?
>
> mydomain.com front page:
> =============================================================
> Join Us:
>
> Username
>                       First Name:
>                       Last Name:
>                       Email:
>                       Password:
>
>                                  Sign Up
>                              --------------------------------------------
>                           Forgot your username?
>                                  Forgot your password?
> =============================================================
>
>

Reply via email to