Hi, I recently checked the encrypted passwords option under the security settings - applied it to previous users and lo an behold locked myself out.. Can someone please tell me how to 'fix' this situation? I've tried to create an emergency user at the dos prompt:
C:\Program Files\TestZope\bin>python "C:\program files\testzope\zpasswd.py" access
but after entering username/password, specifying cleartext and hitting n or return at the domain restrictions - the user does not appear to get created. Any advice on this appreciated, thanks, Richard _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com
On Mon, 2002-05-13 at 10:22, Richard McKinley wrote:
[...] I've tried to create an emergency user at the dos prompt:
C:\Program Files\TestZope\bin>python "C:\program files\testzope\zpasswd.py" access
but after entering username/password, specifying cleartext and hitting n or return at the domain restrictions - the user does not appear to get created.
Have you restarted Zope? the emergency user only gets recognized after zope starts Also, the emergency user doesn't really get created in the acl_users. Rather, it's login and password are recognized as a less powerful user, that is able to fiddle with the users in acl_users and create/delete acl_users around the site. Another thing you might try is to create an "inituser" file instead of an "access" file in Zope instalation dir with zpasswd.py and then restart Zope. Be warned, though, that doing so will erase all other users in Zope Root acl_users and create only the single user you specified in inituser. Cheers, Leo -- Ideas don't stay in some minds very long because they don't like solitary confinement.
participants (2)
-
Leonardo Rochael Almeida -
Richard McKinley