1 Nov
2004
1 Nov
'04
6:50 p.m.
On 01/11/2004 Roberto Lupi wrote:
You should use 'access' instead of 'inituser': the latter just create a normal users and sets the password, but it won't work if there is no acl_users in an already existing Zope database; the former will actually set up an emergency user (AFAIK).
thanks for advice, i'll try next time ;) this time i got it restored with zopectl debug, and then
app.manage_importObject('acl_users.zexp') get_transaction().commit()
luck that i still had a acl_users.zexp export of the acl_users folder. anyway, i could also create a new acl_users folder:
app.manage_addAclUsers();
bye jonas