Switch to side-by-side view
--- a/ForgeWiki/forgewiki/main.py +++ b/ForgeWiki/forgewiki/main.py @@ -40,6 +40,9 @@ def __init__(self, project, config): Application.__init__(self, project, config) self.root = RootController() + + def has_access(self, user, topic): + return user != User.anonymous() @audit('Wiki.#') def auditor(self, routing_key, data):