Code

#503330 ] ANONYMOUS_REGISTER now applies to mail
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 14 Jan 2002 22:00:40 +0000 (22:00 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 14 Jan 2002 22:00:40 +0000 (22:00 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@545 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
MIGRATION.txt

index 906a851df55312e8cd59f2055dd70d19654fa6c6..e4b438d7d840c8e0755892e368e518522fa12648 100644 (file)
@@ -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
index da6e0944110f7a438f6636ff18bdb50d76a683c2..9ce9e49bb5aa4631fa0e83d21af543d948d3adb8 100644 (file)
@@ -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
 ----------------------