[Zope-PAS] PAS plugin

2007-01-30 Thread javi lopez
hello, i am doing a plugin for pas and i want to define : authenticateCredentials, extractCredentials, doaddUser, etc, i did a file: init.py and nameplugin.py and this file i want to implement those methods. Is it correct? This plugin is to replace login from Plone.Thanks Can i do it???

[Zope-PAS] how??

2007-01-30 Thread javi lopez
i am doing a plugin for pas, i did this method but it donĀ“t work: security.declarePrivate('authenticateCredentials') def authenticateCredentials(self, credentials): Authentication Part login = credentials.get( 'login' ) password = credentials.get( 'password' )