Home
last modified time | relevance | path

Searched refs:changePassword (Results 1 – 7 of 7) sorted by relevance

/openbmc/webui-vue/src/views/ChangePassword/
H A DChangePassword.vue14 <b-form novalidate @submit.prevent="changePassword">
68 {{ $t('pageChangePassword.changePassword') }}
121 changePassword() {
/openbmc/bios-settings-mgr/include/
H A Dpassword.hpp73 void changePassword(std::string userName, std::string currentPassword,
/openbmc/estoraged/include/
H A Destoraged.hpp105 void changePassword(const std::vector<uint8_t>& oldPassword,
/openbmc/estoraged/src/
H A Destoraged.cpp75 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 Dpassword.cpp197 void Password::changePassword(std::string userName, std::string currentPassword, in changePassword() function in bios_config_pwd::Password
/openbmc/estoraged/src/test/
H A Destoraged_test.cpp527 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 DProfileSettings.vue24 :section-title="$t('pageProfileSettings.changePassword')"