[Zope] re:jcNTUserFolder troubles

Erik Myllymaki erik@pacific-shores.com
Mon, 24 Jul 2000 16:38:03 -0700


OK, so I got in by changing the ntuserfolder.py file in my installation:

   def authenticate(self, password, request):
        """ try to authenticate the user
        """
        # <HACK>
        return 1
        # </HACK>
        .
        .
        .

... just in case anyone follows this thread in the future with the same
problem.

Erik Myllymaki
erik@pacific-shores.com