MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / check_password

Method check_password

src/astroprint/users.py:390–391  ·  view source on GitHub ↗
(self, passwordHash)

Source from the content-addressed store, hash-verified

388 User.__init__(self, "dummy", "", True, UserManager.valid_roles)
389
390 def check_password(self, passwordHash):
391 return True
392
393class DummyIdentity(Identity):
394 def __init__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected