MCPcopy Create free account
hub / github.com/MeisApps/pcbu-desktop / HasUserPassword

Method HasUserPassword

common/src/platform/PlatformHelper.Linux.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59bool PlatformHelper::HasUserPassword(const std::string &userName) {
60 return true;
61}
62
63PlatformLoginResult PlatformHelper::CheckLogin(const std::string &userName, const std::string &password) {
64 struct passwd *passwdEntry = getpwnam(userName.c_str());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected