Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ddserver/ddserver
/ config_auth
Function
config_auth
ddserver/interface/pages/user/account.py:37–41 ·
view source on GitHub ↗
(config_decl)
Source
from the content-addressed store, hash-verified
35
36
@extend(
'ddserver.config:ConfigDeclaration'
)
37
def
config_auth(config_decl):
38
with
config_decl.declare(
'auth'
)
as
s:
39
s(
'password_min_chars'
,
40
conv = int,
41
default = 8)
42
43
44
Callers
nothing calls this directly
Calls
2
s
Function · 0.85
declare
Method · 0.80
Tested by
no test coverage detected