Table Of Contents

Getting Started

Change Log

Requirement

Setup & Configuration

Technical Information

Code Editing

FAQ

Credits

FAQ > Not able to create or update user

Bug in V5.0 (.NET Core Project)


Sorry for this bug. Please do the following to solve the bug. Thank you!

  1. Go to **AccountController.cs** > **AssignUserProfileValues** fucntion at line 235, change the line to the following:
userProfile.DateOfBirth = model.IsoUtcDateOfBirth != null ? util.ConvertToSystemTimeZoneDateTime(model.IsoUtcDateOfBirth) : null;
  1. Go to **UserController.cs** > **AssignUserProfileValues** fucntion at line 476, change the line to the following:
userProfile.DateOfBirth = model.IsoUtcDateOfBirth != null ? util.ConvertToSystemTimeZoneDateTime(model.IsoUtcDateOfBirth) : null;