User Full name
Is there anyway to disable 'Last Name' being a compulsory field? I'd really like my site to deal with usernames only, and don't want to have to make users reveal their real names.
Is this possible?
Thanks,
Carlos
Is this possible?
Thanks,
Carlos
I would do it through the template. Just search through the template files and get rid of anything that looks like this:
{$users.user_lastname}
or
{$user.user_lastname}
So, you may ask for last_name during registration but you do not need to display it.
Coby
You could certainly disable it entirely. You could, for example, create a plugin that redefined the last_name field and either removed it or set required=FALSE.
Just add a note telling people to put the funniest name they can think of...