Thanks, Anthony. I'm looking through the auth source as we speak and
finding lots of useful stuff that doesn't appear in the doc.


On Mar 22, 12:30 pm, Anthony <abasta...@gmail.com> wrote:
> auth.settings.formstyle
> auth.settings.label_separator
> auth.messages.login_button
> auth.messages.delete_label
> etc.
>
> Seehttp://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.

Reply via email to