Searched refs:changePassword (Results 1 – 7 of 7) sorted by relevance
/openbmc/webui-vue/src/views/ChangePassword/ |
H A D | ChangePassword.vue | 14 <b-form novalidate @submit.prevent="changePassword"> 68 {{ $t('pageChangePassword.changePassword') }} 121 changePassword() {
|
/openbmc/bios-settings-mgr/include/ |
H A D | password.hpp | 73 void changePassword(std::string userName, std::string currentPassword,
|
/openbmc/estoraged/include/ |
H A D | estoraged.hpp | 105 void changePassword(const std::vector<uint8_t>& oldPassword,
|
/openbmc/estoraged/src/ |
H A D | estoraged.cpp | 75 this->changePassword(oldPassword, newPassword); in EStoraged() 260 void EStoraged::changePassword(const std::vector<uint8_t>& oldPassword, in changePassword() function in estoraged::EStoraged
|
/openbmc/bios-settings-mgr/src/ |
H A D | password.cpp | 197 void Password::changePassword(std::string userName, std::string currentPassword, in changePassword() function in bios_config_pwd::Password
|
/openbmc/estoraged/src/test/ |
H A D | estoraged_test.cpp | 527 esObject->changePassword(password, newPassword); in TEST_F() 547 EXPECT_THROW(esObject->changePassword(password, newPassword), in TEST_F()
|
/openbmc/webui-vue/src/views/ProfileSettings/ |
H A D | ProfileSettings.vue | 24 :section-title="$t('pageProfileSettings.changePassword')"
|