Help please: How do I use the emergency password
I've installed zope on OSX and it seems to be running fine, but I don't have a username and password. I tried /usr/local/bin/python2.0 zpasswd.py u=me p=password but zope still doesn't let me in. thanks tom
try this: /path/to/python zpasswd.py --username=me --password=password inituser inituser being the filename that this username/password combo would be written to. i've also seen that file named 'access'. On Thu, 29 Mar 2001, tom smith wrote:
I've installed zope on OSX and it seems to be running fine, but I don't have a username and password.
I tried /usr/local/bin/python2.0 zpasswd.py u=me p=password
but zope still doesn't let me in.
thanks
tom
_______________________________________________ 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 )
tom smith wrote:
I've installed zope on OSX and it seems to be running fine, but I don't have a username and password.
I tried /usr/local/bin/python2.0 zpasswd.py u=me p=password
but zope still doesn't let me in.
you must restart zope for new password to take effect. do in zope directory ./stop ./start -------- Hannu
participants (3)
-
Hannu Krosing -
tom smith -
wade naveja