What is default SU password in Zope 2.2b3?
Hello All, A friend of mine has just installed Zope 2.2b3 by, as he told, simply run install script in RedHat 5.?. He reports that at least his_site:8080 shows normal start-up screen but no password was displayed during installation so he can't proceed to managemet screen. Zpasswd.py utility seems not to work due to lack of some library (?). Should he reinstall Zope or there is a default password? Best regards, Alexander N. Chelnokov Ural Scientific Institute of Traumatology and Orthopaedics 7, Bankovsky str. Ekaterinburg 620014 Russia ICQ: 25640913
Hello,
Zpasswd.py utility seems not to work due to lack of some library (?). Should he reinstall Zope or there is a default password?
The password is displayed at the end of the setup process. It is stored in the root directory, in a file called access The default username is 'superuser', but the password is randomly generated. The format of the file is: username: password To reset it, edit the file, and change the password to whatever you'll remember. Note that by doing this the root password is exposed to anyone with access to that file. If it's a public server you should get zpasswd working asap. Luke
participants (2)
-
Alexander Chelnokov -
Luke Tymowski