We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65afccc commit dfcfd64Copy full SHA for dfcfd64
MIGRATION.txt
@@ -51,6 +51,12 @@ INSTANCE_NAME and EMAIL_SIGNATURE_POSITION have been added to the
51
instance_config.py. Simplest solution is to copy the default values from
52
template in the core source.
53
54
+INSTANCE_NAME needs to be added to the Client class in your interfaces.py
55
+file. INSTANCE_NAME and ANONYMOUS_REGISTER need to be added to the MailGW
56
+class in your interfaces.py file. In both cases if might be easier to just
57
+copy the file from the core source (roundup/templates/[schema]/interfaces.py)
58
+where schema is "classic" or "extended".
59
+
60
61
CGI script roundup.cgi
62
----------------------
0 commit comments