Searched defs:createUser (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-webui/app/access-control/controllers/ | ||
H A D | user-controller.js | 122 function createUser(username, password, role, enabled) { function |
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/ | ||
H A D | UserManagementStore.js | 115 async createUser({ dispatch }, { username, password, privilege, status }) { method in UserManagementStore.actions |
/openbmc/phosphor-user-manager/ | ||
H A D | user_mgr.cpp | 341 void UserMgr::createUser(std::string userName, in createUser() function in phosphor::user::UserMgr |
/openbmc/phosphor-webui/app/common/services/ | ||
H A D | api-utils.js | 613 createUser: function(user, passwd, role, enabled) { method in AnonymousFunction1ea782bb0200.SERVICE |