Skip to content

Commit bd1437e

Browse files
author
Richard Jones
committed
[SF#503330] ANONYMOUS_REGISTER now applies to mail
1 parent 76c355b commit bd1437e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Fixed:
2222
. #503164 ] create and passwords
2323
. plain rendering of links in the htmltemplate now generate a hyperlink to
2424
the linked node's page.
25+
. #503330 ] ANONYMOUS_REGISTER now applies to mail
2526

2627

2728
2002-01-08 - 0.4.0b1

MIGRATION.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ INSTANCE_NAME and EMAIL_SIGNATURE_POSITION have been added to the
6262
instance_config.py. Simplest solution is to copy the default values from
6363
template in the core source.
6464

65+
The mail gateway now checks ANONYMOUS_REGISTER to see if unknown users are to
66+
be automatically registered with the tracker. If it is set to "deny" then
67+
unknown users will not have access. If it is set to "allow" they will be
68+
automatically registered with the tracker.
69+
6570

6671
CGI script roundup.cgi
6772
----------------------

0 commit comments

Comments
 (0)