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