[Zope] Zope in SuSE 9.0
J Cameron Cooper
jccooper at jcameroncooper.com
Thu Nov 13 16:11:44 EST 2003
parra_zope wrote:
>I've tried both:
>python zpasswd.py inituser
>and
>python zpasswd.py access
>
>But none worked.
>I still can't access the manage area.
>
>Very strange....
>
>
The 'inituser' only works if your ZODB is getting created (the first
time you run Zope.) You can simply delete Data.fs* if you want this to
happen again.
The 'inituser' magic (and presumably also 'access') seems to only work
from your INSTANCE_HOME, so if you have such a setup (I don't know how
SuSE packages Zope, but it would be a reasonable thing for them to do),
and leave the file in your SOFTWARE_HOME where it is generated, it won't
be read. You should move such a file to your INSTANCE_HOME (where the
Products, Extensions, and var directories live.)
--jcc
--
"Code generators follow the 80/20 rule. They solve most of the problems, but not all of the problems. There are always features and edge cases that will need hand-coding. Even if code generation could build 100 percent of the application, there will still be an endless supply of boring meetings about feature design."
(http://www.devx.com/java/editorial/15511)
More information about the Zope
mailing list