Parameters
- username
- User name of the user to create.
- Email address of the user to create.
- password
- Password for the new user.
- passwordQuestion
- A challenge question to assist in recovery of lost passwords.
- passwordAnswer
- Answer to the challenge question.
Return Value
A user instance if successful, or a null reference if the create fails.