Change the references to Super to UnrestrictedUser, i.e. perl -i -pe 's/Super/UnrestrictedUser/g;' lib/python/Products/LoginManager/* Regards, Phil +----------------------------------+ | Phil Mayers, Network Support | | Centre for Computing Services | | Imperial College | +----------------------------------+ -----Original Message----- From: Gerald Gutierrez [mailto:gutz@kalador.com] Sent: 06 February 2001 01:18 To: zope@zope.org Subject: [Zope] LoginManager Ahh I see that the mailing list is working once again ... A while ago there was discussion on how the LoginManager was not functioning correct with Zope 2.3.0 because Zope had changed. Has the situation changed thus far? I would very much like to try Zope out, but I'd like to be able to use an SQL backend for the user database (in addition to the ZClasses and the Python scripting, etc...), and LoginManager seems like the best choice. _______________________________________________ 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 )
On Tue, Feb 06, 2001 at 09:08:55AM -0000, Mayers, Philip J wrote:
Change the references to Super to UnrestrictedUser, i.e.
perl -i -pe 's/Super/UnrestrictedUser/g;' lib/python/Products/LoginManager/*
Regards, Phil
Strange, my LM worked OK without any modification. I'm using the Basic User Source method outlined in jok's how-to. Has LM been updated already? --JB
participants (2)
-
J B Bell -
Mayers, Philip J