Commit 92176d46 authored by Tres Seaver's avatar Tres Seaver

Fix serious authentication vulnerability in stock configuration.

parent 5370cdc3
......@@ -8,6 +8,7 @@ http://docs.zope.org/zope2/releases/.
2.12.21 (unreleased)
--------------------
- Fixed serious authentication vulnerability in stock configuration.
2.12.20 (2011-10-04)
--------------------
......
......@@ -1027,6 +1027,8 @@ class BasicUserFolder(Implicit, Persistent, Navigation, Tabs, RoleManager,
""" returns true if domain auth mode is set to true"""
return getattr(self, '_domain_auth_mode', None)
InitializeClass(BasicUserFolder)
class UserFolder(BasicUserFolder):
......
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