MCPcopy Create free account
hub / github.com/ddserver/ddserver / config_signup

Function config_signup

ddserver/interface/pages/signup.py:38–48  ·  view source on GitHub ↗
(config_decl)

Source from the content-addressed store, hash-verified

36
37@extend('ddserver.config:ConfigDeclaration')
38def config_signup(config_decl):
39 with config_decl.declare('signup') as s:
40 s('enabled',
41 conv = bool,
42 default = True)
43 s('allowed_maildomains',
44 conv = str,
45 default = 'any')
46 s('notify_admin',
47 conv = bool,
48 default = True)
49
50
51

Callers

nothing calls this directly

Calls 2

sFunction · 0.85
declareMethod · 0.80

Tested by

no test coverage detected