Commit d7f0a0b2 authored by Łukasz Nowak's avatar Łukasz Nowak

Fixup 3997eb78.

Plugin is already loaded in SlapOS product.
parent 45cd9caf
......@@ -43,7 +43,6 @@ from Products.PluggableAuthService.PluggableAuthService import registerMultiPlug
import VifibMachineAuthenticationPlugin
import VifibCookieHashExtractionPlugin
import SlapOSShadowAuthenticationPlugin
def initialize(context):
import Document
......@@ -61,15 +60,6 @@ def initialize(context):
, icon='www/portal.gif'
)
context.registerClass( SlapOSShadowAuthenticationPlugin.SlapOSShadowAuthenticationPlugin
, permission=ManageUsers
, constructors=(
SlapOSShadowAuthenticationPlugin.manage_addSlapOSShadowAuthenticationPluginForm,
SlapOSShadowAuthenticationPlugin.addSlapOSShadowAuthenticationPlugin, )
, visibility=None
, icon='www/portal.gif'
)
context.registerClass( VifibCookieHashExtractionPlugin.VifibFacebookServerExtractionPlugin
, permission=ManageUsers
, constructors=(
......@@ -99,7 +89,6 @@ def initialize(context):
registerMultiPlugin(VifibMachineAuthenticationPlugin.VifibMachineAuthenticationPlugin.meta_type)
registerMultiPlugin(SlapOSShadowAuthenticationPlugin.SlapOSShadowAuthenticationPlugin.meta_type)
registerMultiPlugin(VifibCookieHashExtractionPlugin.VifibFacebookServerExtractionPlugin.meta_type)
registerMultiPlugin(VifibCookieHashExtractionPlugin.VifibGoogleServerExtractionPlugin.meta_type)
registerMultiPlugin(VifibCookieHashExtractionPlugin.VifibBrowserIDExtractionPlugin.meta_type)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment