diff --git a/src/app/components/admin-data-page/admin-data-page.component.html b/src/app/components/admin-data-page/admin-data-page.component.html
index 09f5f1e..66621e0 100644
--- a/src/app/components/admin-data-page/admin-data-page.component.html
+++ b/src/app/components/admin-data-page/admin-data-page.component.html
@@ -1,18 +1,18 @@
-
- Admin Table
-
- Reload data:
+
+Benutzerverwaltung
-
+
+
+
-
+
@@ -52,7 +52,7 @@
edit
-
+
+
+
+ Admin Passwort
+
+
+ {{ hide ? "visibility_off" : "visibility" }}
+
+
+
+
Delete
Cancel
diff --git a/src/app/models/user.ts b/src/app/models/user.ts
index 5ea2f87..3a73b42 100644
--- a/src/app/models/user.ts
+++ b/src/app/models/user.ts
@@ -8,6 +8,7 @@ export class User {
id: number;
name: string;
email: string;
+ email_old?: string;
own_password: string;
password: string;
roles: Role[];
diff --git a/src/app/pages/profile/profile.component.html b/src/app/pages/profile/profile.component.html
index 191c9c2..29e627e 100644
--- a/src/app/pages/profile/profile.component.html
+++ b/src/app/pages/profile/profile.component.html
@@ -89,7 +89,9 @@
-
+