[Zope] RE: installation

Julian Melville jmelvill@scu.edu.au
Thu, 6 Jan 2000 10:14:27 +1100


> > I have just verified that my troubles were also caused by using
> > zpasswd.py to set SHA1 password:
> > python zpasswd.py -u=super -p=super access
> > while simply putting "super:super" into access works nicely...

It's the '=' sign that's causing the problem. I got bitten by that just
yesterday If you run zpasswd.py with the command you have above, it will
make a superuser called '=super' - check in the resulting access file. I
believe that if you use the long option names (username, password) then you
use the '=' sign. Dunno, didn't try it.

Just remove the '=' and it'll work.

Julian.