John Poltorak wrote:
What username & password do I use when I want to connect to:-
If you are on Unix, you use the username and password that was displayed when installing. If you are on Windows, you use the username and password you entered when installing. In any case you can create an emergency user by running On unix: python zpasswd.py access On Windows: bin\python zpasswd.py access and after restarting the server you can use that username+password to login.
Also, can someone tell me which program gets called when I use 'manage' when connecting?
Zope.
What username & password do I use when I want to connect to:-
If you are on Unix, you use the username and password that was displayed when installing.
If you are on Windows, you use the username and password you entered when installing.
Which is to say, Zope maintains its own user system (though products exist to allow it to use your system users.)
Also, can someone tell me which program gets called when I use 'manage' when connecting?
Zope.
'manage' is a web-published method of whatever object you're calling it on (via the URL), which in this case it the root folder of your Zope installation. It creates the Zope Management Interface (ZMI). --jcc
participants (2)
-
J Cameron Cooper -
Lennart Regebro