[Zope] password

Bill Anderson bill@libc.org
Sun, 30 Jul 2000 15:59:58 -0600


"Eric L. Walstad" wrote:
> 
> Hi Jonathan,
> 
> Try this from the console:
> 
> python zpasswd.py --username="superuser" --password="TheNewPassword"
> "access"
> 
> This is documented in the Zope installation files.
> 
> Note that doing it this way, the command line will be stored in the command
> line buffer file on your system, which may be a security issue.


To avoid this you could do:

$ python zpasswd.py access

And just answer the prompts ;)

--
Do not meddle in the affairs of sysadmins, for they are easy to annoy,
and have the root password.