problems with top-level user folders under zope 2.3
hi! i'm running into a problem replacing the top-level user folder of a 2.3 zope server with inituser. when i delete the original user folder to replace it with another, i can not login as the emergency user anymore. i believe this is so because the emergency user is added from the inituser file to the top-level user folder on startup. but since there is no user folder anymore, i can not login anymore and am locked out for good. what am i doing wrong? i know this was possible with pre 2.3 servers. ciao, basti p.s. wasn't there a howto or a tip somewhere on this topic? ========================================================================== sebastian luehnsdorf beehive elektronische medien GmbH -------------------------------------------------------------------------- http://basti.net/ http://www.beehive.de/ fischerhuettenstr. 79b http://www.i-surf.de/ mailto:info@beehive.de d - 14163 berlin mailto:me@basti.net fax: (+49 30) 84 78 22 99 icq #: 106 775 978 phone: (+49 30) 84 78 20
Hi there, Long time listner, first time caller. I have bastardised the Job Board system as a simple news posting system, but I am having a problem. I want to display the posts in reverse order of the timestamps (so the lastest post appears at the top). The current code I have is : <dtml-with news> <dtml-in "objectValues(['Legion News Generator'])"> <dtml-var content_html> </dtml-in> </table> </dtml-with> How can I make it reverse the object values so I can get it to display how I want it? Tane Piper Lead Designer - ZZICT Entertainment http://www.zzict.nl
<dtml-in "objectValues(['Legion News Generator'])" reverse> -- Andy McKay. ----- Original Message ----- From: "Tane Piper" <tane@zzict.nl> To: <zope@zope.org> Sent: Monday, April 23, 2001 8:18 AM Subject: [Zope] Reverse Order Display
Hi there,
Long time listner, first time caller.
I have bastardised the Job Board system as a simple news posting system, but I am having a problem. I want to display the posts in reverse order of the timestamps (so the lastest post appears at the top).
The current code I have is :
<dtml-with news>
<dtml-in "objectValues(['Legion News Generator'])"> <dtml-var content_html> </dtml-in> </table>
</dtml-with>
How can I make it reverse the object values so I can get it to display how I want it?
Tane Piper Lead Designer - ZZICT Entertainment http://www.zzict.nl
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
the old method, creating a text file called 'access' in your zope installation directory, still works. $ cd <my_zope_root> $ echo superuser:123 >access $ ./stop $ ./start now you can log in using superuser as name and 123 as password. the restarting is necessary so that zope reads the file. jens On 4/23/01 11:09, "Sebastian Luehnsdorf" <sfl@beehive.de> wrote:
hi!
i'm running into a problem replacing the top-level user folder of a 2.3 zope server with inituser.
when i delete the original user folder to replace it with another, i can not login as the emergency user anymore. i believe this is so because the emergency user is added from the inituser file to the top-level user folder on startup. but since there is no user folder anymore, i can not login anymore and am locked out for good.
what am i doing wrong? i know this was possible with pre 2.3 servers.
ciao, basti
p.s. wasn't there a howto or a tip somewhere on this topic?
========================================================================== sebastian luehnsdorf beehive elektronische medien GmbH -------------------------------------------------------------------------- http://basti.net/ http://www.beehive.de/ fischerhuettenstr. 79b http://www.i-surf.de/ mailto:info@beehive.de d - 14163 berlin mailto:me@basti.net fax: (+49 30) 84 78 22 99 icq #: 106 775 978 phone: (+49 30) 84 78 20
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Andy McKay -
Jens Vagelpohl -
Sebastian Luehnsdorf -
Tane Piper