Hi,
I am trying to build a registration form that uses the email address as the username, and doesn’t require a password (so that the user sets it via a link in the confirmation email).
This is what he documentation states:
Password field: The field that will be used to set the password of the user. The password will be auto generated if the field is empty.
- User name field: The field that will be used for the username of the user. The user name will be auto generated if the field is empty.
However, if I don’t include those fields, I get the following errors:
- Password required
- Username required
Is there a setting somewhere that I need to change for this to work?