MCPcopy Create free account
hub / github.com/dataease/SQLBot / default_md5_pwd

Function default_md5_pwd

backend/common/core/security.py:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 return settings.DEFAULT_PWD
41
42def default_md5_pwd() -> str:
43 pwd = default_pwd()
44 return md5pwd(pwd)

Callers 1

pwdResetFunction · 0.90

Calls 2

md5pwdFunction · 0.85
default_pwdFunction · 0.70

Tested by

no test coverage detected