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/locales/en-US.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/locales') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 1ccc330e..84a2a604 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -64,6 +64,7 @@ "health": "Health", "logOut": "Log out", "power": "Power", + "profileSettings": "@:appPageTitle.profileSettings", "refresh": "Refresh", "skipToContent": "Skip to content" }, @@ -98,6 +99,7 @@ "managePowerUsage": "Manage power usage", "networkSettings": "Network settings", "overview": "Overview", + "profileSettings":"Profile settings", "rebootBmc": "Reboot BMC", "sensors": "Sensors", "serverLed": "Server LED", @@ -299,6 +301,15 @@ "solConsole": "Serial over LAN console" } }, + "profileSettings": { + "changePassword": "Change password", + "confirmPassword": "Confirm new password", + "newPassword": "New password", + "newPassLabelTextInfo": "Password must be between %{min} - %{max} characters", + "passwordsDoNotMatch": "Passwords do not match", + "profileInfoTitle": "Profile information", + "username": "Username" + }, "pageManagePowerUsage": { "description": "Set a power cap to keep power consumption at or below the specified value in watts", "powerCapLabel": "Power cap value (in watts)", -- cgit v1.2.3