Home
last modified time | relevance | path

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

/openbmc/phosphor-webui/app/profile-settings/controllers/
H A Dprofile-settings-controller.js17 $scope.minPasswordLength;
51 $scope.minPasswordLength = accountSettings.MinPasswordLength;
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp766 EXPECT_EQ(AccountPolicyIface::minPasswordLength(), 8); in TEST_F()
767 UserMgr::minPasswordLength(8); in TEST_F()
768 EXPECT_EQ(AccountPolicyIface::minPasswordLength(), 8); in TEST_F()
775 EXPECT_EQ(AccountPolicyIface::minPasswordLength(), 8); in TEST_F()
777 UserMgr::minPasswordLength(minPasswdLength - 1), in TEST_F()
779 EXPECT_EQ(AccountPolicyIface::minPasswordLength(), 8); in TEST_F()
785 EXPECT_EQ(AccountPolicyIface::minPasswordLength(), 8); in TEST_F()
786 UserMgr::minPasswordLength(16); in TEST_F()
794 EXPECT_EQ(AccountPolicyIface::minPasswordLength(), 8); in TEST_F()
796 UserMgr::minPasswordLength(16), in TEST_F()
[all …]
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DUserManagementStore.js60 setAccountMinPasswordLength(state, minPasswordLength) { argument
61 state.accountMinPasswordLength = minPasswordLength;
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1408 const uint8_t* minPasswordLength = nullptr; in handleAccountServiceGet() local
1414 "MinPasswordLength", minPasswordLength, "AccountUnlockTimeout", in handleAccountServiceGet()
1424 if (minPasswordLength != nullptr) in handleAccountServiceGet()
1426 asyncResp->res.jsonValue["MinPasswordLength"] = *minPasswordLength; in handleAccountServiceGet()
1515 std::optional<uint8_t> minPasswordLength; in handleAccountServicePatch() local
1550 "MinPasswordLength", minPasswordLength, in handleAccountServicePatch()
1591 if (minPasswordLength) in handleAccountServicePatch()
1597 *minPasswordLength); in handleAccountServicePatch()
/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp567 uint8_t UserMgr::minPasswordLength(uint8_t value) in minPasswordLength() function in phosphor::user::UserMgr
569 if (value == AccountPolicyIface::minPasswordLength()) in minPasswordLength()
589 return AccountPolicyIface::minPasswordLength(value); in minPasswordLength()
1313 AccountPolicyIface::minPasswordLength(minPasswdLength); in initializeAccountPolicy()
1331 AccountPolicyIface::minPasswordLength(value); in initializeAccountPolicy()
H A Duser_mgr.hpp187 uint8_t minPasswordLength(uint8_t val) override;
/openbmc/phosphor-webui/app/access-control/controllers/
H A Duser-controller.js352 this.minPasswordLength = $scope.accountSettings ?