2 Jul
2003
2 Jul
'03
12:30 p.m.
On Wed, 2 Jul 2003 00:48:59 +0530 GMT (..21:18 where i live(GMT+2) ) Sukhwinder Singh asked the Zope mailinglist about the following:
Can you tell me where username and passwords are stored in case of zope? In data.fs or in inituser?
With out-of-the-box Zope user-folders all users except the emergency-users are stored in the ZODB.
What I did is just replaced data.fs. How do I login now?
You will have to create either an inituser or an emergency user and restart zope.. Then you should be able to log in. Make sure the acess/inituser file is placed in the right directory. Beware of possible problems from naming the emergency users with the same name as an already existing user in the ZODB. Make something unique. -- Geir Bækholt