From: richard Date: Mon, 14 Jan 2002 22:00:40 +0000 (+0000) Subject: #503330 ] ANONYMOUS_REGISTER now applies to mail X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=60730541821ef89776e14e2cc6b5d9ada01a05fe;hp=f70eba834f798823094213b6eacba7a130f01c09;p=roundup.git #503330 ] ANONYMOUS_REGISTER now applies to mail git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@545 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index 906a851..e4b438d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -22,6 +22,7 @@ Fixed: . #503164 ] create and passwords . plain rendering of links in the htmltemplate now generate a hyperlink to the linked node's page. + . #503330 ] ANONYMOUS_REGISTER now applies to mail 2002-01-08 - 0.4.0b1 diff --git a/MIGRATION.txt b/MIGRATION.txt index da6e094..9ce9e49 100644 --- a/MIGRATION.txt +++ b/MIGRATION.txt @@ -62,6 +62,11 @@ INSTANCE_NAME and EMAIL_SIGNATURE_POSITION have been added to the instance_config.py. Simplest solution is to copy the default values from template in the core source. +The mail gateway now checks ANONYMOUS_REGISTER to see if unknown users are to +be automatically registered with the tracker. If it is set to "deny" then +unknown users will not have access. If it is set to "allow" they will be +automatically registered with the tracker. + CGI script roundup.cgi ----------------------