User CreateUser( string email, string password, string passwordQuestion, string passwordAnswer )
Parameters
- 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.