[Zope] Re: Help!!! How can I restore acl_user at the
root directory?
Dieter Maurer
dieter at handshake.de
Thu Mar 24 14:35:05 EST 2005
Fu-Ming_Tsai wrote at 2005-3-24 18:17 +0800:
>I have tried to restart Zope for many times.However, it is vain. When
>I typed http://localhost:8080/, it display "no acl_user". Maybe I've done
>something wrong. :(
Enter an interactive Python interpreter.
Under "*nix", you can use "bin/zopectl debug"
(Chris Withers posted a corresponding batch file for Windows).
In the interpreter execute:
app.manage_addUserFolder()
get_transaction().commit()
You can now leave the interpreter again (Control-D on "*nix",
"Control-Z Return" on Windows).
Then try again to log in as Emergency User.
--
Dieter
More information about the Zope
mailing list