Mercurial > p > roundup > code
diff roundup/templates/classic/instance_config.py @ 615:7c2c4840db6a
[SF#516883] mail interface + ANONYMOUS_REGISTER
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 14 Feb 2002 23:46:02 +0000 |
| parents | a6088556e9ba |
| children | 08abec25b2c6 |
line wrap: on
line diff
--- a/roundup/templates/classic/instance_config.py Thu Feb 14 23:39:18 2002 +0000 +++ b/roundup/templates/classic/instance_config.py Thu Feb 14 23:46:02 2002 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: instance_config.py,v 1.10 2001-11-26 22:55:56 richard Exp $ +# $Id: instance_config.py,v 1.11 2002-02-14 23:46:02 richard Exp $ MAIL_DOMAIN=MAILHOST=HTTP_HOST=None HTTP_PORT=0 @@ -74,6 +74,9 @@ # Deny or allow anonymous users to register through the web interface ANONYMOUS_REGISTER = 'deny' # either 'deny' or 'allow' +# Deny or allow anonymous users to register through the mail interface +ANONYMOUS_REGISTER_MAIL = 'deny' # either 'deny' or 'allow' + # Send nosy messages to the author of the message MESSAGES_TO_AUTHOR = 'no' # either 'yes' or 'no' @@ -82,6 +85,18 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.10 2001/11/26 22:55:56 richard +# Feature: +# . Added INSTANCE_NAME to configuration - used in web and email to identify +# the instance. +# . Added EMAIL_SIGNATURE_POSITION to indicate where to place the roundup +# signature info in e-mails. +# . Some more flexibility in the mail gateway and more error handling. +# . Login now takes you to the page you back to the were denied access to. +# +# Fixed: +# . Lots of bugs, thanks Roché and others on the devel mailing list! +# # Revision 1.9 2001/10/30 00:54:45 richard # Features: # . #467129 ] Lossage when username=e-mail-address
