Searched refs:updateUser (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | user-controller.js | 141 function updateUser( function 145 .updateUser( 202 (user) => APIUtils.updateUser( 383 updateUser(
|
/openbmc/phosphor-webui/app/profile-settings/controllers/ |
H A D | profile-settings-controller.js | 28 APIUtils.updateUser($scope.username, null, password)
|
/openbmc/webui-vue/src/views/ChangePassword/ |
H A D | ChangePassword.vue | 130 .dispatch('userManagement/updateUser', data)
|
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
H A D | UserManagementStore.js | 141 async updateUser( method in UserManagementStore.actions
|
/openbmc/webui-vue/src/views/ProfileSettings/ |
H A D | ProfileSettings.vue | 226 .dispatch('userManagement/updateUser', userData)
|
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ |
H A D | UserManagement.vue | 303 .dispatch('userManagement/updateUser', userData)
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | api-utils.js | 627 updateUser: function(user, newUser, passwd, role, enabled, locked) { method in AnonymousFunction1ea782bb0200.SERVICE
|