<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Tres Seaver wrote:
<blockquote cite="mid44C13010.5040601@palladion.com" type="cite">
  <pre wrap="">-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Noah wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">zope-2.8.8
freebsd-4.11

I am setting up zope for the first time and I still cannot log into to
zope.

I set the username password in the inituser file and placed it in the
/usr/local/www/Zope dir

I even regenerated the file and still I am not able to get in.

is there any logging I can turn on to really show what is going on here.

I see that the Z2.log file is scrolling but there is nothing to say
there is an erorr and why the authentication is failing?

clues please?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The 'inituser' file should be consumed at the next startup of Zope, at
which point the credentials you used to create the file should work.  E.g.:

  $ cd /var/lib/zope  # the "instance home"
  $ echo 'admin:123' &gt; inituser
  $ bin/zopectl stop
  $ bin/zopectl start
  .daemon process started, pid=12345
  $ file inituser
  inituser: ERROR: cannot open `inituser' (No such file or directory)

  </pre>
</blockquote>
<br>
<br>
<br>
thank you - that worked!<br>
<br>
</body>
</html>