Commit 373e9b26 authored by Chris McDonough's avatar Chris McDonough

Tiny bug which prevented Zope from starting.

parent 96f4172a
......@@ -131,7 +131,8 @@ class ZopeStarter:
import ZPublisher.Publish
Globals.DevelopmentMode = self.cfg.debug_mode
ZPublisher.Publish.set_default_debug_mode(self.cfg.debug_mode)
ZPublisher.Publish.set_default_realm(self.cfg.http_realm)
ZPublisher.Publish.set_default_authentication_realm(
self.cfg.http_realm)
def setupSecurityOptions(self):
import AccessControl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment