diff options
| author | Barry Warsaw | 2010-10-11 15:01:22 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2010-10-11 15:01:22 -0400 |
| commit | 9dd13dc84e39702c8abb0a4bf8d513bf3a35ebbd (patch) | |
| tree | 6a43de65a5d27740fc40c5bfc83b729b3af05934 /src/mailman/config | |
| parent | 90814a40b82e559ebfa999df2121ba2e8e32500f (diff) | |
| parent | 14caf656788903a553c4a374b3f9a934a4014033 (diff) | |
| download | mailman-9dd13dc84e39702c8abb0a4bf8d513bf3a35ebbd.tar.gz mailman-9dd13dc84e39702c8abb0a4bf8d513bf3a35ebbd.tar.zst mailman-9dd13dc84e39702c8abb0a4bf8d513bf3a35ebbd.zip | |
Add Basic Auth support to the REST API, given by Jimmy Bergman, with style
corrections by Barry.
Diffstat (limited to 'src/mailman/config')
| -rw-r--r-- | src/mailman/config/schema.cfg | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg index 2c2aade12..e15abb363 100644 --- a/src/mailman/config/schema.cfg +++ b/src/mailman/config/schema.cfg @@ -126,7 +126,7 @@ enabled: no # Set this to an address to force the SMTP RCPT TO recipents when devmode is # enabled. This way messages can't be accidentally sent to real addresses. -recipient: +recipient: [passwords] @@ -298,6 +298,12 @@ show_tracebacks: yes # The API version number for the current API. api_version: 3.0 +# The administrative username. +admin_user: restadmin + +# The administrative password. +admin_pass: restpass + [language.master] # Template for language definitions. The section name must be [language.xx] |
