login form are part of web2py auth.form or something I haven touch that since a wild... But you have to custom the form and login form is par of controllers/default/user function... You then need to have a look at the book to how customize login form...
You may also just try to set readable=True and writable=True on your field definition it may works... But I am not sure... Richard On Fri, Dec 4, 2015 at 5:12 PM, Jonathan R <[email protected]> wrote: > Hi Richard, > I've seen people using this way to customize their registration page, they > could get the radio button to be displayed, I don't really see how the > login page is different and won't display it, I must miss something. > > What "other thing" should I do in your opinion ? > > thanks for your time. > > -- > 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. > -- 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.

