Thank you, that does work.

On Dec 17, 11:54 am, DenesL <denes1...@yahoo.ca> wrote:
> Try setting
>
> db.auth_user.last_name.requires=[]
>
> in your model after auth is defined or in your action before the form.
>
> On Dec 17, 12:44 am, Greg <greg.kr...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hello,
>
> > When my users register I won't have any need for them to enter First
> > name or Last name. I really only need username, email address and
> > password. I can change the label for first_name to 'Username', but
> > they are still required to enter something in the Last Name field.
> > I've tried setting last_name.readable, writeable, and required to
> > False, but it still requires the field.
>
> > I realize they are largely hard-coded, but is there any way around the
> > built-in auth table requirements without breaking things?
>
> > Thanks,
>
> > greg

Reply via email to