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/router/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/router/index.js') diff --git a/src/router/index.js b/src/router/index.js index f67d5ee4..22662d71 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -23,6 +23,14 @@ const routes = [ title: 'appPageTitle.overview' } }, + { + path: '/profile-settings', + name: 'profile-settings', + component: () => import('@/views/ProfileSettings'), + meta: { + title: 'appPageTitle.profileSettings' + } + }, { path: '/health/event-logs', name: 'event-logs', -- cgit v1.2.3