diff --git a/EnotaryoPH/EnotaryoPH.Web/Pages/Register.cshtml.cs b/EnotaryoPH/EnotaryoPH.Web/Pages/Register.cshtml.cs index c08bc01..3f83594 100644 --- a/EnotaryoPH/EnotaryoPH.Web/Pages/Register.cshtml.cs +++ b/EnotaryoPH/EnotaryoPH.Web/Pages/Register.cshtml.cs @@ -46,7 +46,8 @@ namespace EnotaryoPH.Web.Pages Email = Email, PasswordHash = _passwordService.HashPassword(Password), PhoneNumber = PhoneNumber, - Role = RoleType + Role = RoleType, + User_UID = Guid.CreateVersion7(DateTime.UtcNow) }; _notaryoDBContext.Users.Add(newUser);