diff --git a/ENI2/EditControls/ChangePasswordDialog.xaml.cs b/ENI2/EditControls/ChangePasswordDialog.xaml.cs index 8c559bc7..5912bb68 100644 --- a/ENI2/EditControls/ChangePasswordDialog.xaml.cs +++ b/ENI2/EditControls/ChangePasswordDialog.xaml.cs @@ -77,7 +77,7 @@ namespace ENI2.EditControls private void EditWindowBase_Loaded(object sender, RoutedEventArgs e) { - this.textBlockName.Text = CurrentUser.Name; + this.textBlockName.Text = CurrentUser.Logon; this.AddVisible = false; this.OkVisible = false; var cancelButton = (Button)Template.FindName("buttonCancel", this);