From b1f559f03e3f464c1b8b19a9327158be0ecafe62 Mon Sep 17 00:00:00 2001 From: Sukanya Pandey Date: Tue, 28 Apr 2020 20:18:28 +0530 Subject: Profile settings page -To set the profile by setting password. -This commit adds a profile page which allows the user to change their password. In the future, the profile page will also contain user settings like language and timezone. The API called to change the user's password is '/redfish/v1/AccountService/Accounts/' Signed-off-by: Sukanya Pandey Change-Id: Ie54a54beff8c85bc9ac5af21c35edc481b34cf44 --- src/views/ProfileSettings/ProfileSettings.vue | 162 ++++++++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 src/views/ProfileSettings/ProfileSettings.vue (limited to 'src/views/ProfileSettings/ProfileSettings.vue') diff --git a/src/views/ProfileSettings/ProfileSettings.vue b/src/views/ProfileSettings/ProfileSettings.vue new file mode 100644 index 00000000..df74b4b7 --- /dev/null +++ b/src/views/ProfileSettings/ProfileSettings.vue @@ -0,0 +1,162 @@ + + + -- cgit v1.2.3