diff --git a/BTCPayServer/Controllers/ManageController.cs b/BTCPayServer/Controllers/ManageController.cs index 65341743f..681f5c8df 100644 --- a/BTCPayServer/Controllers/ManageController.cs +++ b/BTCPayServer/Controllers/ManageController.cs @@ -113,6 +113,7 @@ namespace BTCPayServer.Controllers { throw new ApplicationException($"Unexpected error occurred setting email for user with ID '{user.Id}'."); } + await _userManager.SetUserNameAsync(user, model.Username); } var phoneNumber = user.PhoneNumber;