Home
last modified time | relevance | path

Searched refs:currentPassword (Results 1 – 3 of 3) sorted by relevance

/openbmc/bios-settings-mgr/src/
H A Dpassword.cpp142 void Password::verifyPassword(std::string userName, std::string currentPassword, in verifyPassword() argument
167 if (!isMatch(orgAdminPwdHash, seed, currentPassword, hashAlgo)) in verifyPassword()
174 if (!isMatch(orgUsrPwdHash, seed, currentPassword, hashAlgo)) in verifyPassword()
197 void Password::changePassword(std::string userName, std::string currentPassword, in changePassword() argument
201 verifyPassword(userName, currentPassword, newPassword); in changePassword()
/openbmc/webui-vue/src/views/ProfileSettings/
H A DProfileSettings.vue28 :label="$t('pageProfileSettings.currentPassword')"
34 v-model="form.currentPassword"
180 currentPassword: '',
230 (this.form.currentPassword = '');
248 this.form.currentPassword
263 const password = this.form.currentPassword;
/openbmc/bios-settings-mgr/include/
H A Dpassword.hpp73 void changePassword(std::string userName, std::string currentPassword,
77 void verifyPassword(std::string userName, std::string currentPassword,