I have another Problem: I have SuSE 8.0, The Zope 2.5 already exist in this distribution. To start it I use next comand: /etc/init.d/zope start Than I try to open in my browser: http:/localhost:8080/manage It is opened without problems. Problem is next - WICH pasword used by default. I can't logon to my manager: I can't change password. What I should do in this case. Thanks.
Problem is next - WICH pasword used by default. I can't logon to my manager: I can't change password.
Go to your zope directory and execute "python zpasswd.py inituser". You should use "admin" for the login, fill the password and accept the rest as defaults. Then you can login as admin and create your manager and other users. This is how it goes in an installation built from sources, I hope the SuSE packaging doesn't differ.
Hi Sergey, I dont know what the distribution made here, (silly to let the user start zope without requiring them to generate the password!) but you should lookup your zope installation and see the "doc" directory there.
From SECURITY.txt you get some tips like:
"""You can use the 'zpasswd.py' script to create 'inituser' yourself. Execute 'zpasswd.py' like this:: python zpasswd.py inituser The script will prompt you for the name, password, and allowed domains. The default is to encode the password with SHA, so please remember this password as there is no way to recover it (although 'zpasswd.py' lets you reset it.) """ And more. HTH Tino --On Mittwoch, 16. Oktober 2002 16:26 +0000 Sergey Budnik <s.budnik@fz-rossendorf.de> wrote:
I have another Problem: I have SuSE 8.0, The Zope 2.5 already exist in this distribution. To start it I use next comand: /etc/init.d/zope start Than I try to open in my browser: http:/localhost:8080/manage It is opened without problems. Problem is next - WICH pasword used by default. I can't logon to my manager: I can't change password. What I should do in this case. Thanks.
_______________________________________________ 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 )
Sergey Budnik wrote:
I have another Problem: I have SuSE 8.0, The Zope 2.5 already exist in this distribution. To start it I use next comand: /etc/init.d/zope start Than I try to open in my browser: http:/localhost:8080/manage It is opened without problems. Problem is next - WICH pasword used by default. I can't logon to my manager: I can't change password. What I should do in this case. Thanks.
have a look at zpasswd.py in your Zope-Dir... something like: python zpasswd.py inituser should do the magic...;-) cheers, maik p.s.: have a look that ZOPE runs under Python2.1.3 and not under Python2.2! Python2.2 is not supported! SUSE is a really strange distro in this case...;-) -- Maik Jablonski __o www.zfl.uni-bielefeld.de _ \<_ Deutsche Zope User Group Bielefeld, Germany (_)/(_) www.dzug.org
participants (4)
-
Antti Kaihola -
Maik Jablonski -
Sergey Budnik -
Tino Wildenhain