summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f70eba8)
raw | patch | inline | side by side (parent: f70eba8)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 14 Jan 2002 22:00:40 +0000 (22:00 +0000) | ||
committer | richard <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 | patch | blob | history | |
MIGRATION.txt | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 906a851df55312e8cd59f2055dd70d19654fa6c6..e4b438d7d840c8e0755892e368e518522fa12648 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
. #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 da6e0944110f7a438f6636ff18bdb50d76a683c2..9ce9e49bb5aa4631fa0e83d21af543d948d3adb8 100644 (file)
--- a/MIGRATION.txt
+++ b/MIGRATION.txt
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
----------------------