Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataease/SQLBot
/ default_pwd
Function
default_pwd
backend/common/core/security.py:39–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
return
md5pwd(plain_password) == md5_password
38
39
def
default_pwd() -> str:
40
return
settings.DEFAULT_PWD
41
42
def
default_md5_pwd() -> str:
43
pwd = default_pwd()
Callers
1
default_md5_pwd
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected