Lots. this
form=SQLFORM.factory (table1, table2) form.accepts(...) will not do any database IO On Nov 29, 4:28 pm, appydev <[email protected]> wrote: > Greetings. > > As above. I wanted to build a registration form to fill two tables, > auth_user and teacher. > > I use SQLFORM.factory (table1, table2) to create the > form.http://www.web2pyslices.com/main/slices/take_slice/102to fill the tables. > And auth.settings.actions_disabled = ['register'] to disable the > registration form created by default. > (Thanks again to massimo and to mr.freeze) > > But later I realized that this way is no longer created a new group to > contain the user, automatically. > As is indicated by: > auth.settings.create_user_groups = True > > My question is: > > Is there any other functionality that is lost when working as I am doing? > Am I doing my application less secure, creating myself my registration form?

