aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ApartmentManager/ApartmentManager/View/Board member pages/BmUsersPage.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ApartmentManager/ApartmentManager/View/Board member pages/BmUsersPage.xaml b/ApartmentManager/ApartmentManager/View/Board member pages/BmUsersPage.xaml
index 77c60f7..f5b5f3e 100644
--- a/ApartmentManager/ApartmentManager/View/Board member pages/BmUsersPage.xaml
+++ b/ApartmentManager/ApartmentManager/View/Board member pages/BmUsersPage.xaml
@@ -128,7 +128,7 @@
Command="{Binding UploadUserPhotoCommand}"
Content="Upload Picture" />
<TextBlock Margin="0,5,0,1" Text="Username" />
- <TextBox Text="{Binding UserTemplate.Username, Mode=TwoWay}" />
+ <TextBox IsReadOnly="True" Text="{Binding UserTemplate.Username, Mode=TwoWay}" />
<TextBlock Margin="0,5,0,1" Text="Password" />
<PasswordBox Password="{Binding UserTemplate.Password, Mode=TwoWay}" />
<StackPanel Margin="0,10,0,0" Orientation="Horizontal">