Hi all What's the best way to authenticate against a database in Zope 2 these days? SUF and XUF are the two I've briefly looked at. I'm coming back to an old project so bit out of the Zope loop! Cheers John
On 02/11/2011 09:34, John Harrow wrote:
What's the best way to authenticate against a database in Zope 2 these days? SUF and XUF are the two I've briefly looked at. I'm coming back to an old project so bit out of the Zope loop!
What version of Zope are you using or migrating to? cheers, Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk
2.10 at the moment - wasn't really looking at newer Zope, just wanted to investigate managing users via a db ( unless latest zope would help with this a lot). Thanks John On Wed, Nov 2, 2011 at 9:49 AM, Chris Withers <chris@simplistix.co.uk>wrote:
On 02/11/2011 09:34, John Harrow wrote:
What's the best way to authenticate against a database in Zope 2 these days? SUF and XUF are the two I've briefly looked at. I'm coming back to an old project so bit out of the Zope loop!
What version of Zope are you using or migrating to?
cheers,
Chris
-- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk _______________________________________________ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev )
Nah, 2.10 is fine. SUF will do what you want. cheers, Chris On 02/11/2011 14:43, John Harrow wrote:
2.10 at the moment - wasn't really looking at newer Zope, just wanted to investigate managing users via a db ( unless latest zope would help with this a lot). Thanks John
On Wed, Nov 2, 2011 at 9:49 AM, Chris Withers <chris@simplistix.co.uk <mailto:chris@simplistix.co.uk>> wrote:
On 02/11/2011 09:34, John Harrow wrote: > What's the best way to authenticate against a database in Zope 2 these > days? SUF and XUF are the two I've briefly looked at. I'm coming back to > an old project so bit out of the Zope loop!
What version of Zope are you using or migrating to?
cheers,
Chris
-- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk _______________________________________________ Zope maillist - Zope@zope.org <mailto:Zope@zope.org> https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev )
______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________
-- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk
participants (2)
-
Chris Withers -
John Harrow