well, here is a temporary workaround: auth.settings.remember_me_form = False auth.settings.register_verify_password = False
On Friday, May 22, 2015 at 3:34:03 PM UTC+8, Richard Penman wrote: > > Hello, > > Is there a working boostrap3 formstyle for auth? > > I tried: > auth.settings.formstyle = 'bootstrap3' > auth.settings.formstyle = SQLFORM.formstyles.bootstrap3_stacked > auth.settings.formstyle = SQLFORM.formstyles.bootstrap3_inline > > All of these added bootstrap3 to the form but some parts were messed up, > such as "remember be" checkbox for login and "verify password" for register. > Is there a working style function for bootstrap3? > > Richard > > -- 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.

