Anyone know a neat way disable login? I want to stop people logging in so I can upload new versions and stuff without them editing content while I'm at it. I can log in at a higher level than they can; a general method for programmatically making parts of the ZODB tree effectively read only is what I'm after. Thanks for any ideas -------------------------------------- Phil Robinson. philrobinson@ponytrot.net --------------------------------------
Assuming that your users belong to a different role than you do, you could temporarily remove edit-related permissions for that role in the root folder you want to restrict. If your permissions setup supports this, I doubt you'll get a method that's much quicker or easier. HTH, Dylan At 03:46 PM 1/23/2003, philrobinson wrote:
Anyone know a neat way disable login?
I want to stop people logging in so I can upload new versions and stuff without them editing content while I'm at it.
I can log in at a higher level than they can; a general method for programmatically making parts of the ZODB tree effectively read only is what I'm after.
Thanks for any ideas -------------------------------------- Phil Robinson. philrobinson@ponytrot.net --------------------------------------
_______________________________________________ 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 )
Thanks, but that won't work - they are managers just like me, I'm just higher up the tree. Thanks anyway Phil ----- Original Message ----- From: "Dylan Reinhardt" <zope@dylanreinhardt.com> To: <Zope@zope.org> Sent: Friday, January 24, 2003 3:36 AM Subject: Re: [Zope] disable login
Assuming that your users belong to a different role than you do, you could temporarily remove edit-related permissions for that role in the root folder you want to restrict.
If your permissions setup supports this, I doubt you'll get a method that's much quicker or easier.
HTH,
Dylan
At 03:46 PM 1/23/2003, philrobinson wrote:
Anyone know a neat way disable login?
I want to stop people logging in so I can upload new versions and stuff without them editing content while I'm at it.
I can log in at a higher level than they can; a general method for programmatically making parts of the ZODB tree effectively read only is what I'm after.
Thanks for any ideas -------------------------------------- Phil Robinson. philrobinson@ponytrot.net --------------------------------------
_______________________________________________ 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 )
_______________________________________________ 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 (3)
-
Dieter Maurer -
Dylan Reinhardt -
philrobinson