Just simple instead CRUD i put Auth and get my settings for form. I know that there is more than one form (there is three forms: login, registration, and lost password)
- - Miroslav Gojic - - On Thu, Oct 6, 2011 at 22:27, Anthony <abasta...@gmail.com> wrote: > auth.settings.formstyle = 'divs' > > Also, in the 'user' function, auth() returns a form object -- you can > customize that as desired via the methods described here: > http://web2py.com/book/default/chapter/07#Custom-forms. Note, auth() > returns a different kind of form (e.g., login, registration, etc.) depending > on the particular request args passed to 'user', so you need to make your > customizations conditional on the type of form. > > Anthony > > > On Thursday, October 6, 2011 3:25:14 PM UTC-4, miroslavgojic wrote: >> >> Can I apply CURD to Authentication >> >> I use gluon.tools Auth but can I use CURD to Auth >> >> exactly can I use curd.settings.formstyle = 'divs' on Auth and how > >