Mercurial > p > roundup > code
diff MIGRATION.txt @ 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 | 4d509f01d336 |
| children | edd210915e64 |
line wrap: on
line diff
--- a/MIGRATION.txt Thu Feb 14 23:39:18 2002 +0000 +++ b/MIGRATION.txt Thu Feb 14 23:46:02 2002 +0000 @@ -5,10 +5,24 @@ accordingly. This file contains information for users upgrading from: + 0.4.0 -> 0.4.1 0.3.x -> 0.4.x 0.2.x -> 0.3.x +Migrating from 0.4.0 to 0.4.1 +============================= + +Configuration +------------- + +To allow more fine-grained access control, the variable used to check +permission to auto-register users in the mail gateway is now called +ANONYMOUS_REGISTER_MAIL rather than overloading ANONYMOUS_REGISTER. If the +variable doesn't exist, then ANONYMOUS_REGISTER is tested as before. + + + Migrating from 0.3.x to 0.4.x =============================
