Hello,
I've a PluggableAuthentication and want to add and register some plugins to 
it.

Adding works fine:

principal_folder = 
zope.app.authentication.principalfolder.PrincipalFolder(prefix = "cs")

pau["PrincipalFolder"] = principal_folder

and I think I can select it with:

pau.credentialsPlugins = [principal_folder]

but how to register it before?

And how do I select credential plugins?

Thanks,

Florian
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to