Help!!! How can I restore acl_user at the root directory?
Hello, I did something terrible. the acl_user at root directory are deleted. I can not access ZMI again!! However, there are many data I need!! Who can help me? :( --------------------------------------------- Fu-Ming Tsai Unit: ASCC, Academic Sinica E-mail address: sary357@gate.sinica.edu.tw
Fu-Ming_Tsai wrote:
Hello, I did something terrible. the acl_user at root directory are deleted. I can not access ZMI again!! However, there are many data I need!! Who can help me? :(
Google for "emergency user" Create an emergency user and undo the transaction where you deleted acl_users... cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
You need to use an emergency user. All the information you need can be found here: http://www.plope.com/Books/2_7Edition/Security.stx#3-31 Thanks, Malcolm. On Wed, 23 Mar 2005 23:18:36 +0800, Fu-Ming_Tsai wrote:
Hello, I did something terrible. the acl_user at root directory are deleted. I can not access ZMI again!! However, there are many data I need!! Who can help me? :(
--------------------------------------------- Fu-Ming Tsai Unit: ASCC, Academic Sinica E-mail address: sary357@gate.sinica.edu.tw
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev ) --
[] j a m k i t web solutions for charities malcolm cleaton T: 020 7549 0520 F: 020 7490 1152 M: 07986 563852 W: www.jamkit.com
Oh! I still can not login again after creating a emergency user:'( Does anyone know why? On Wed, 23 Mar 2005 15:40:39 +0000, Malcolm Cleaton wrote
You need to use an emergency user.
All the information you need can be found here: http://www.plope.com/Books/2_7Edition/Security.stx#3-31
Thanks, Malcolm.
On Wed, 23 Mar 2005 23:18:36 +0800, Fu-Ming_Tsai wrote:
Hello, I did something terrible. the acl_user at root directory are deleted. I can not access ZMI again!! However, there are many data I need!! Who can help me? :(
--------------------------------------------- Fu-Ming Tsai Unit: ASCC, Academic Sinica E-mail address: sary357@gate.sinica.edu.tw
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev ) --
[] j a m k i t web solutions for charities
malcolm cleaton T: 020 7549 0520 F: 020 7490 1152 M: 07986 563852 W: www.jamkit.com
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
--------------------------------------------- Fu-Ming Tsai Unit: ASCC, Academic Sinica E-mail address: sary357@gate.sinica.edu.tw
Fu-Ming_Tsai wrote:
Oh! I still can not login again after creating a emergency user:'( Does anyone know why?
Did you restart Zope? Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
Yes, 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. :( Cheers On Thu, 24 Mar 2005 09:03:30 +0000, Chris Withers wrote
Fu-Ming_Tsai wrote:
Oh! I still can not login again after creating a emergency user:'( Does anyone know why?
Did you restart Zope?
Chris
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
--------------------------------------------- Fu-Ming Tsai Unit: ASCC, Academic Sinica E-mail address: sary357@gate.sinica.edu.tw
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
participants (4)
-
Chris Withers -
Dieter Maurer -
Fu-Ming_Tsai -
Malcolm Cleaton