[Zope] HELP: can't get Admin logon to work!!!

Sam Gendler sgendler@impossible.com
Tue, 25 Jan 2000 12:13:08 -0800


To ensure that you are setting the password correctly, and that zope is reading
it correctly, you can edit the access file directly, and leave the password in
clear text.  Once everythng is working, then use zpasswd.py to encrypt it
properly.

Just put
superuser:123 in the first line of the access file, and then log in as superuser
with password 123. Once that works, do

python zpasswd.py -u superuser -p 123 access

Make sure you compiled python with the SHA module included.  Otherwise, add -e
CRYPT to the line.  Even then, zpasswd.py might require sha to run, regardless
of whether it is used.

--sam

Robert Geiger wrote:

> I can't seem to get the superuser logon to work.
>
> I have tried the zpasswd.py utility, restarted, etc. ... several times.
> I try to log on from the localhost or other machines on LAN and I can't get
> in.
>
> How can I definitively RESET the damned superuser password in the access
> file???
>
> Thanks for your help.
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )

--
Sam Gendler
Chief Technology Officer - Impossible, Inc.
1222 State St. Suite 250
Santa Barbara CA. 93101
w: 805-560-0508
f: 805-560-0608
c: 805-689-1191
e: sgendler@impossible.com