[Zope] how to get the inital user name and passwd

Maik Jablonski maik.jablonski@uni-bielefeld.de
Tue, 9 Apr 2002 09:06:54 +0200


On Mon, 08 Apr 2002 17:35:42 -0400 (EDT) "Jianping Zhu" <zjp@arches.uga.edu>
wrote:

> I am a new system administrator of a rehat linux 7.1 server with zope web
> server on it. I forgot the inital user name and password, how can i get it? 

maybe you should read doc/SECURITY.txt.

=> create an new Emergency User in your Zope-installation-folder with:

python zpasswd.py access

then restart zope, login with the EmergencyUser and change the old passwords.

that's it.

greetings, maik.