From 4148f2eee6313068d3223871005160b2902abb18 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Wed, 29 Jan 2020 13:21:12 -0800 Subject: Create profile settings page Adding a profile settings page so readonly and operator roles are able to change their own password. Signed-off-by: Yoshie Muranaka Change-Id: Iee9536255ad47f4df4af8746c1e01da37c407f2b --- .../controllers/profile-settings-controller.html | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 app/profile-settings/controllers/profile-settings-controller.html (limited to 'app/profile-settings/controllers/profile-settings-controller.html') diff --git a/app/profile-settings/controllers/profile-settings-controller.html b/app/profile-settings/controllers/profile-settings-controller.html new file mode 100644 index 0000000..365cf7f --- /dev/null +++ b/app/profile-settings/controllers/profile-settings-controller.html @@ -0,0 +1,76 @@ + +
+ +
+
+
+
+
+

Profile information

+
+
+
Username
+
{{username}}
+
+
+
+
+
+
+
+
+

Change password

+
+
+ +
+ +

Password must between {{minPasswordLength}} – {{maxPasswordLength}} characters

+ +
+ + Field is required + + Length must be between {{minPasswordLength}} – {{maxPasswordLength}} characters +
+
+ +
+ + +
+ + Field is required + + Passwords do not match +
+
+ +
+ +
+
+
+
+
\ No newline at end of file -- cgit v1.2.3