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

Function check_pwd_format

backend/apps/system/crud/user.py:93–94  ·  view source on GitHub ↗
(pwd: str)

Source from the content-addressed store, hash-verified

91 return bool(EMAIL_REGEX.fullmatch(email))
92
93def check_pwd_format(pwd: str) -> bool:
94 return bool(PWD_REGEX.fullmatch(pwd))

Callers 1

pwdUpdateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected