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

