Searched hist:"2 c98b0954ac5c50ea9c77e9ee780e3dee4fcdad8" (Results 1 – 5 of 5) sorted by relevance
/openbmc/webui-vue/src/views/ChangePassword/ |
H A D | ChangePassword.vue | diff 2c98b0954ac5c50ea9c77e9ee780e3dee4fcdad8 Mon Jun 22 15:28:09 CDT 2020 Yoshie Muranaka <yoshiemuranaka@gmail.com> Add check if password change required at Login
After successfully authenticating on the Login page, check /redfish/v1/AccountService/Accounts/${username} endpoint for the PasswordChangeRequired property to see whether or not the password is expired. If the password is expired, then navigate to the Change password page, if the password isn't expired navigate to the Overview page. After successfully changing an expired password, navigate to the Overview page.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I32de5f71bcfcbe4099c2953a31c05ba0ebe670bc
|
/openbmc/webui-vue/src/store/modules/Authentication/ |
H A D | AuthenticanStore.js | diff 2c98b0954ac5c50ea9c77e9ee780e3dee4fcdad8 Mon Jun 22 15:28:09 CDT 2020 Yoshie Muranaka <yoshiemuranaka@gmail.com> Add check if password change required at Login
After successfully authenticating on the Login page, check /redfish/v1/AccountService/Accounts/${username} endpoint for the PasswordChangeRequired property to see whether or not the password is expired. If the password is expired, then navigate to the Change password page, if the password isn't expired navigate to the Overview page. After successfully changing an expired password, navigate to the Overview page.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I32de5f71bcfcbe4099c2953a31c05ba0ebe670bc
|
/openbmc/webui-vue/src/views/Login/ |
H A D | Login.vue | diff 2c98b0954ac5c50ea9c77e9ee780e3dee4fcdad8 Mon Jun 22 15:28:09 CDT 2020 Yoshie Muranaka <yoshiemuranaka@gmail.com> Add check if password change required at Login
After successfully authenticating on the Login page, check /redfish/v1/AccountService/Accounts/${username} endpoint for the PasswordChangeRequired property to see whether or not the password is expired. If the password is expired, then navigate to the Change password page, if the password isn't expired navigate to the Overview page. After successfully changing an expired password, navigate to the Overview page.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I32de5f71bcfcbe4099c2953a31c05ba0ebe670bc
|
/openbmc/webui-vue/src/router/ |
H A D | index.js | diff 2c98b0954ac5c50ea9c77e9ee780e3dee4fcdad8 Mon Jun 22 15:28:09 CDT 2020 Yoshie Muranaka <yoshiemuranaka@gmail.com> Add check if password change required at Login
After successfully authenticating on the Login page, check /redfish/v1/AccountService/Accounts/${username} endpoint for the PasswordChangeRequired property to see whether or not the password is expired. If the password is expired, then navigate to the Change password page, if the password isn't expired navigate to the Overview page. After successfully changing an expired password, navigate to the Overview page.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I32de5f71bcfcbe4099c2953a31c05ba0ebe670bc
|
/openbmc/webui-vue/src/locales/ |
H A D | en-US.json | diff 2c98b0954ac5c50ea9c77e9ee780e3dee4fcdad8 Mon Jun 22 15:28:09 CDT 2020 Yoshie Muranaka <yoshiemuranaka@gmail.com> Add check if password change required at Login
After successfully authenticating on the Login page, check /redfish/v1/AccountService/Accounts/${username} endpoint for the PasswordChangeRequired property to see whether or not the password is expired. If the password is expired, then navigate to the Change password page, if the password isn't expired navigate to the Overview page. After successfully changing an expired password, navigate to the Overview page.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I32de5f71bcfcbe4099c2953a31c05ba0ebe670bc
|