hi all, i have my website in zope 2.6.4 and i have forgotton UserId(admin) and Password of root direcrorty of zope. please tell me Is there any way to recover admin password ? or is there any default UID & password provided in zope. i guess passwords are stored in zpasswd.py file in zope installation folder. reply Rohit -- View this message in context: http://www.nabble.com/How-to-recover-passwords-in-Zope-2.6.4-tf3162398.html#... Sent from the Zope - Dev mailing list archive at Nabble.com.
--On 2. Februar 2007 10:01:58 -0800 Rohit Arora <rohitarora3@yahoo.com> wrote:
hi all, i have my website in zope 2.6.4 and i have forgotton UserId(admin) and Password of root direcrorty of zope. please tell me Is there any way to recover admin password ? or is there any default UID & password provided in zope.
i guess passwords are stored in zpasswd.py file in zope installation folder.
Wrong. Passwords are stored in the ZODB (/acl_users). You can of course create an emergency user to access the site again. However I can't remember how to do that in Zope 2.6. Somehow you need to create a 'inituser' file. You might look at an old version of the Zope Book 2.5/2.6 edition. -aj
hi aj, i am trying to access mywebsite.com/manage, but i dont remenber admin password of root manage section. Is there any way to recover it. rohit Andreas Jung-5 wrote:
--On 2. Februar 2007 10:01:58 -0800 Rohit Arora <rohitarora3@yahoo.com> wrote:
hi all, i have my website in zope 2.6.4 and i have forgotton UserId(admin) and Password of root direcrorty of zope. please tell me Is there any way to recover admin password ? or is there any default UID & password provided in zope.
i guess passwords are stored in zpasswd.py file in zope installation folder.
Wrong. Passwords are stored in the ZODB (/acl_users).
You can of course create an emergency user to access the site again. However I can't remember how to do that in Zope 2.6. Somehow you need to create a 'inituser' file. You might look at an old version of the Zope Book 2.5/2.6 edition.
-aj
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
-- View this message in context: http://www.nabble.com/How-to-recover-passwords-in-Zope-2.6.4-tf3162398.html#... Sent from the Zope - Dev mailing list archive at Nabble.com.
--On 5. Februar 2007 01:10:37 -0800 Rohit Arora <rohitarora3@yahoo.com> wrote:
hi aj, i am trying to access mywebsite.com/manage, but i dont remenber admin password of root manage section. Is there any way to recover it. rohit
Please read the replies you got carefully. -a
Rohit Arora wrote at 2007-2-2 10:01 -0800:
... i have my website in zope 2.6.4 and i have forgotton UserId(admin) and Password of root direcrorty of zope. please tell me Is there any way to recover admin password ? or is there any default UID & password provided in zope.
Search for "Zope emergency user". -- Dieter
participants (3)
-
Andreas Jung -
Dieter Maurer -
Rohit Arora