auth.settings.formstyle auth.settings.label_separator auth.messages.login_button auth.messages.delete_label etc.
See http://web2py.com/books/default/chapter/29/9#Settings-and-messages. Are there other useful arguments missing? If so, maybe auth.login (and the other methods) could take **kwargs to be passed on to SQLFORM. Anthony On Wednesday, March 21, 2012 11:03:00 PM UTC-4, weheh wrote: > > I'm wondering why auth.login() doesn't take many of the same arguments > that SQLFORM takes (same goes for other auto-form-generators within > web2py)? For instance, why not take the separator, buttons, > formstyle ... arguments? Seems like they should work nicely within the > framework of auth.login() and give one more control from css without > having to build a custom form.

