Commit a36b0b88 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_erp5: Add erp5_oauth_[facebook|google]_login back

  This helps to preserve backward compatibility with existing sites, that would have broken documents by the absence of the portal types.
parent 040396c3
Pipeline #35762 passed with stage
in 0 seconds
...@@ -4,6 +4,8 @@ slapos_plugin_dict = { ...@@ -4,6 +4,8 @@ slapos_plugin_dict = {
'ERP5 Dumb HTTP Extraction Plugin', 'ERP5 Dumb HTTP Extraction Plugin',
'ERP5 External Authentication Plugin', 'ERP5 External Authentication Plugin',
'ERP5 Access Token Extraction Plugin', 'ERP5 Access Token Extraction Plugin',
'ERP5 Google Extraction Plugin',
'ERP5 Facebook Extraction Plugin'
], ],
'IGroupsPlugin': [ 'IGroupsPlugin': [
'ZODB Group Manager', 'ZODB Group Manager',
......
...@@ -60,6 +60,7 @@ erp5_administration ...@@ -60,6 +60,7 @@ erp5_administration
erp5_authentication_policy erp5_authentication_policy
erp5_auto_logout erp5_auto_logout
erp5_base erp5_base
erp5_bearer_token
erp5_big_file erp5_big_file
erp5_ckeditor erp5_ckeditor
erp5_code_mirror erp5_code_mirror
...@@ -91,6 +92,9 @@ erp5_json_editor ...@@ -91,6 +92,9 @@ erp5_json_editor
erp5_json_type erp5_json_type
erp5_monaco_editor erp5_monaco_editor
erp5_notebook erp5_notebook
erp5_oauth
erp5_oauth_facebook_login
erp5_oauth_google_login
erp5_ods_core erp5_ods_core
erp5_odt_core erp5_odt_core
erp5_ooo_import erp5_ooo_import
......
erp5_authentication_policy erp5_authentication_policy
erp5_oauth_google_login
erp5_oauth_facebook_login
erp5_administration erp5_administration
erp5_ooo_import erp5_ooo_import
erp5_odt_style erp5_odt_style
......
...@@ -214,9 +214,13 @@ class testSlapOSMixin(ERP5TypeCaucaseTestCase): ...@@ -214,9 +214,13 @@ class testSlapOSMixin(ERP5TypeCaucaseTestCase):
'erp5_web_service', 'erp5_web_service',
'erp5_graph_editor', 'erp5_graph_editor',
'slapos_l10n_zh', 'slapos_l10n_zh',
'erp5_bearer_token',
'erp5_certificate_authority', 'erp5_certificate_authority',
'erp5_access_token', 'erp5_access_token',
'erp5_project', 'erp5_project',
'erp5_oauth',
'erp5_oauth_facebook_login',
'erp5_oauth_google_login',
'erp5_run_my_doc', 'erp5_run_my_doc',
'erp5_slapos_tutorial', 'erp5_slapos_tutorial',
'erp5_slapos_tutorial_data', 'erp5_slapos_tutorial_data',
......
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