• Chris McDonough's avatar
    - made user folders use the Zope security policy machinery · 27b94e36
    Chris McDonough authored
    - added logic to do domain-defined nobody lookup which I thought I could safely dump before.
    
    - added a hook for ignoring the domain-defined "nobody" lookup, although I'm not going to change the user folder UI right now, and the default behavior of this implementation is the same as the old.
    
    - refactored validate method into identify, authenticate, and authorize methods.
    
    - added _getobcontext method to do acquisition dance to find out accessed, container, and name in order to pass them to securitypolicy.validate
    27b94e36
User.py 34.7 KB