FAQ > Not able to create or update user
Sorry for this bug. Please do the following to solve the bug. Thank you!
AccountController.cs
> AssignUserProfileValues
fucntion at line 235, change the line to the following:userProfile.DateOfBirth = model.IsoUtcDateOfBirth != null ? util.ConvertToSystemTimeZoneDateTime(model.IsoUtcDateOfBirth) : null;
UserController.cs
> AssignUserProfileValues
fucntion at line 476, change the line to the following:userProfile.DateOfBirth = model.IsoUtcDateOfBirth != null ? util.ConvertToSystemTimeZoneDateTime(model.IsoUtcDateOfBirth) : null;