[Zope-dev] Bug
Joerg Wittenberger
Joerg Wittenberger <Joerg.Wittenberger@pobox.com>
Thu, 5 Aug 1999 22:42:00 +0200 (CEST)
Hello folks,
I just tried to install zope 2.0.0b1. Here my first problem:
$ python zpasswd.py access
Username: superuser
Password:
Vefify password:
Please choose a format from:
SHA - SHA-1 hashed password
CRYPT - UNIX-style crypt password
CLEARTEXT - no protection.
Encoding: crypt
Domain restrictions: localhost
Traceback (innermost last):
File "zpasswd.py", line 251, in ?
if __name__=='__main__': main(sys.argv)
File "zpasswd.py", line 241, in main
access_file.write(username + ":" +
File "zpasswd.py", line 112, in generate_passwd
return pw
NameError: pw
Any clue?
thanks a lot
/Jerry