Entry
Using Zope 2.2 and jcNTUserFolder 0.0.7. I installed a top level NTUserFolder and now I cannot login as superuser (or any user for that matter).
Jul 25th, 2000 05:01
unknown unknown, Erik Myllymaki
Problem:
I am using Zope 2.2 and jcNTUserFolder 0.0.7. I just installed a top
level NTUserFolder and now I cannot login as superuser (or any user
for that matter). First of all, how do I get back into my Zope
management pages and second, what is wrong with jcNTUserFOlder (or what
did I do wrong?)?
I am running Zope standalone. My root user is mapped to a valid
administrator of my local NT Domain.
Solution:
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>
.
.
.