MCPcopy 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')
37def 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

sFunction · 0.85
declareMethod · 0.80

Tested by

no test coverage detected