Hello. I'm new to Zope and have just installed it on a server running BSD. I built the source and everything went fine. I went to localhost:8080 bypassing Apache and the welcome screen came up as it was supposed to. However, I cannot logon to the manage section of Zope. My password is always wrong. I changed my password with the following: 'python zpasswd.pyo -p new_password access'. Nothing I do seems to work and the only info I can find is on running with Apache not Zserver. Any help would be greatly appreciated. Thank you, Sean S. Rowe Output Technology Corporation
hi sean, the zpasswd is run like this: python zpasswd.py access the password creation is in dialog form. jens p.s.: please don't send HTML-formatted mail to the list on 7/11/00 14:55, Sean S. Rowe at ssr@output.com wrote: Hello. I'm new to Zope and have just installed it on a server running BSD. I built the source and everything went fine. I went to localhost:8080 bypassing Apache and the welcome screen came up as it was supposed to. However, I cannot logon to the manage section of Zope. My password is always wrong. I changed my password with the following: 'python zpasswd.pyo -p new_password access'. Nothing I do seems to work and the only info I can find is on running with Apache not Zserver. Any help would be greatly appreciated. Thank you, Sean S. Rowe Output Technology Corporation
Still not working. I am using version 2.1.6 and compiled using 'python -O wo_pcgi.py'. In addition, the QuickStart guide works, which seems to use Zope. Is it possible Apache is somehow handling the request and I need to direct it to pass authentication variables? Thanks, Sean.
hi sean,
the zpasswd is run like this:
python zpasswd.py access
the password creation is in dialog form.
jens
p.s.: please don't send HTML-formatted mail to the list
on 7/11/00 14:55, Sean S. Rowe at ssr@output.com wrote:
Hello.
I'm new to Zope and have just installed it on a server running BSD. I built the source and everything went fine. I went to localhost:8080 bypassing Apache and the welcome screen came up as it was supposed to.
However, I cannot logon to the manage section of Zope. My password is always wrong. I changed my password with the following: 'python zpasswd.pyo -p new_password access'. Nothing I do seems to work and the only info I can find is on running with Apache not Zserver. Any help would be greatly appreciated.
Thank you,
Sean S. Rowe Output Technology Corporation
"Sean S. Rowe" wrote:
Still not working. I am using version 2.1.6 and compiled using 'python -O wo_pcgi.py'. In addition, the QuickStart guide works, which seems to use Zope.
Shot in the dark here. You could try changing your password and tell zpasswd to store it as clear text. You can then verify the password with your favorite editor before attempting to authenticate from the web. I haven't tried this personally, so I don't know if it will work, but I don't see why not.
Is it possible Apache is somehow handling the request and I need to direct it to pass authentication variables?
If you are entering localhost:8080 as the URL, unless you have a non-standard apache, apache is not even in the picture... -- Jason Lee | My German is as good as my jujitsu, which is to say, Programmer/Analyst | "I don't know German." -- Tycho Brahe, Penny Arcade
Check the file called access with your favourite editor. There must be a mimimum of two and a maximum of three colon separated fields: 1. username of the manager 2. encrypted password of the manager 3. (optional) domains from where the manager is allowed to login from delete the last colon and the 3rd field (or run zpasswd with the proper parameters) to allow logins from everywhere. - Holger Am Die, 11 Jul 2000 schrieben Sie:
hi sean,
the zpasswd is run like this:
python zpasswd.py access
the password creation is in dialog form.
jens
p.s.: please don't send HTML-formatted mail to the list
on 7/11/00 14:55, Sean S. Rowe at ssr@output.com wrote:
Hello.
I'm new to Zope and have just installed it on a server running BSD. I built the source and everything went fine. I went to localhost:8080 bypassing Apache and the welcome screen came up as it was supposed to.
However, I cannot logon to the manage section of Zope. My password is always wrong. I changed my password with the following: 'python zpasswd.pyo -p new_password access'. Nothing I do seems to work and the only info I can find is on running with Apache not Zserver. Any help would be greatly appreciated.
Thank you,
Sean S. Rowe Output Technology Corporation
_______________________________________________ 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 ) --
catWorkX GmbH Hamburg Dipl.-Ing. Holger Lehmann Stresemannstr. 364 22761 Hamburg Tel: +49 40 890 646-0 Fax: +49 40 890 646-66 mailto:lehmann@catworkx.de http://www.catworkx.de http://www.catbridge.de
participants (4)
-
Holger Lehmann -
Jason Lee -
Jens Vagelpohl -
Sean S. Rowe