15 Feb
2003
15 Feb
'03
8:35 p.m.
I'm thinking about using zope to manage a portal that I want to setup. The problem is that certain parts of the site will call for "non-zope" applications; possibilities include squirlmail and phpbb. What I'd like to know is whether it's possible to 'synchronize' or 'share' the authentication of logins and passwords between, say, zope and phpbb. Thank you inadvance -- G. Clifford Williams gcw-python@rezidew.net
16 Feb
16 Feb
2:45 a.m.
New subject: [Zope] users and passwords
What I'd like to know is whether it's possible to 'synchronize' or 'share' the authentication of logins and passwords between, say, zope and phpbb.
You could use exUserFolder to put your user data in another source like LDAP, mySQL etc and then integrate your other apps to that. -- Andy McKay
8450
Age (days ago)
8451
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andy McKay -
G. Clifford Williams